Macro log_error

Source
macro_rules! log_error {
    ($span:expr, $($arg:tt)+) => { ... };
}
Expand description

Logs normal error message.