macro_rules! log_raw_error { ($span:expr, $($arg:tt)+) => { ... }; }
Logs normal error with no span provided.