macro_rules! logger_warn { ($log_filter:expr, $($arg:tt)+) => { ... }; }
Similar to warn!(), but the first argument is LogFilter or KeyFilter.