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