Macro warn

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

Macro to log a warning message