macro_rules! error { ($msg:expr) => { ... }; ($msg:expr; $($key:expr => $value:expr),+ $(,)?) => { ... }; }
Log at error level.