[][src]Macro stakker_log::warn

macro_rules! warn {
    ( $($x:tt)+ ) => { ... };
}

Log a warning with context info

See top-level docs for details.