macro_rules! error { ($($arg:tt)*) => { ... }; }
Logs a message at the ERROR level.
error!("Failed to connect: {}", err);