Skip to main content

log_error

Macro log_error 

Source
macro_rules! log_error {
    ($fmt:literal, $($arg:expr),*) => { ... };
}
Expand description

Logs an error at ERROR level for critical failures that may need attention.