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