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