debug

Macro debug 

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

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