[][src]Macro stlog::warn

macro_rules! warn {
    ($logger:expr, $string:expr) => { ... };
    ($string:expr) => { ... };
}

Logs the given string literal at the WARNING log level

For more details see the error! macro.