macro_rules! log_given_level {
    ($logger: expr, $lvl:expr, $($arg:tt)+) => { ... };
}
Expand description

Logs an entry at the given level.