macro_rules! debug { ($($arg:tt)*) => { ... }; }
Trace logging macro using the global logger instance.