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