macro_rules! log_warn {
    ($logger: expr, $($arg:tt)*) => { ... };
}
Expand description

Log at the WARN level.