macro_rules! debug_log_any {
    ($($t:tt)*) => { ... };
}
Expand description

This version will always log (except if log_print feature is not enabled, it’s a no-op)