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