Macro slog_scope::warn [] [src]

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

Log a warning level message using current scope logger