Macro log_debug

Source
macro_rules! log_debug {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($t:tt)*) => { ... };
}
Expand description

Format and log message with Level::Debug