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