Macro slog::warn [] [src]

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

Log warning level record

See log for documentation.