slog_global
macro_rules! warn { ($($args:tt)+) => { ... }; }
Logs a warning level message using the global logger.