log_error

Macro log_error 

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