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

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