macro_rules! trace { ($($tt:tt)*) => { ... }; }
Forwards to log::trace when the log feature is enabled