macro_rules! debug_fmt { ($context:expr, $($arg:tt)+) => { ... }; }
Macro to log a debug message with context.