macro_rules! log_trace {
    ($logger: expr, $($arg:tt)*) => { ... };
}
Expand description

Log a trace log.