Macro loggy::warn

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

Log a warning message.

This is identical to invoking log!(log::Level::Warn, ...).