Skip to main content

error_log

Macro error_log 

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

Error-level logging

Logs error messages.