macro_rules! info {
($format:expr $(, $args:expr)* $(,)?) => { ... };
}
Expand description
log an info with Sōzu’s custom log stack
macro_rules! info {
($format:expr $(, $args:expr)* $(,)?) => { ... };
}
log an info with Sōzu’s custom log stack