Macro trace

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

Macro to log a trace message