Macro logger_debug_assert

Source
macro_rules! logger_debug_assert {
    ($log_filter:expr, $($arg:tt)*) => { ... };
}