Macro debug

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

Logging in the most verbose level (warn < info < debug)