error

Macro error 

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

Logs a message at the error level. If the logger is not set up, the message is printed to stderr.