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

Logs an error message on the global logger. See lerror! for logging to a specific logger.