macro_rules! debug { { $($arg:tt)* } => { ... }; }
Logging in the most verbose level (warn < info < debug)