macro_rules! error { ($($arg:tt)*) => { ... }; }
Logs a message at the error level. If the logger is not set up, the message is printed to stderr.