macro_rules! logger_debug {
($log_filter:expr, $($arg:tt)+) => { ... };
}Expand description
Similar to debug!(), but the first argument is LogFilter or LogFilterKV
macro_rules! logger_debug {
($log_filter:expr, $($arg:tt)+) => { ... };
}Similar to debug!(), but the first argument is LogFilter or LogFilterKV