macro_rules! log_warn { ($component:expr, $($arg:tt)*) => { ... }; }
Log a warning-level message using the global logger.