warn

Macro warn 

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

Logs a message at WARN level. See event! for full syntax.