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