Macro slog_global::warn[][src]

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

Logs a warning level message using the global logger.