Macro debug

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

Trace logging macro using the global logger instance.