macro_rules! debug_log { ($($arg:tt)*) => { ... }; }
Internal debug logging macro that respects the tracing feature flag