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