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