Skip to main content

debug_log

Function debug_log 

Source
pub fn debug_log(
    logger: &mut Option<DebugLogger>,
    level: DebugLevel,
    category: DebugCategory,
    message: impl Into<String>,
)
Expand description

Helper function to conditionally log (when logger is Some)