log_err

Macro log_err 

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

Log an error message with [E] prefix and automatic newline.

Produces the same console output as the C OVE_LOG_ERR macro.