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