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