trace

Macro trace 

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

Macro to log trace message. First lock the logger in static, then log the message.