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

Log at the warn level