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

Log an error.