warn

Macro warn 

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

Log a warning level message using current scope logger