log_err

Macro log_err 

Source
macro_rules! log_err {
    ($($arg:tt)*) => { ... };
}
Expand description

Logs with LogLevel::Error.