warn

Macro warn 

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

Logs a message at the warn level.