macro_rules! log_error {
($($arg:tt)*) => { ... };
}Expand description
Log an ERROR-level message using format!-style arguments.
macro_rules! log_error {
($($arg:tt)*) => { ... };
}Log an ERROR-level message using format!-style arguments.