Macro log_raw_error

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

Logs normal error with no span provided.