trace

Macro trace 

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

Logs a message at the trace level.