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