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