error

Macro error 

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

Macro to log error message. First lock the logger in static, then log the message.