macro_rules! debug_log {
    ($flag:expr, $($t:tt)*) => { ... };
}
Expand description

This version only logs if the given flag is in DEBUG_LOG_FLAGS (will not log if log_print feature is disabled, in that case it’s a no-op)