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

log a warning with Sōzu’s custom log stack