Macro trace

Source
macro_rules! trace {
    ($($arg:tt)*) => { ... };
}
Expand description

Trace logging macro using the global logger instance.