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

log an error with Sōzu’s custom log stack