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