macro_rules! log_msg { ($($arg:tt)*) => { ... }; }
Macro entrypoint for logging based on feature flags