logger_trace

Macro logger_trace 

Source
macro_rules! logger_trace {
    ($log_filter:expr, $($arg:tt)+) => { ... };
}
Expand description

Similar to trace!(), but the first argument is LogFilter or LogFilterKV