Macro error

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

Logs a message at the error level.