macro_rules! log_trace { ($logger:expr, $($arg:tt)*) => { ... }; }
Macro for logging trace with automatic module path.