trace

Macro trace 

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

Emit a trace-level log message (no-op version).