Macro warn

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

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