macro_rules! error_log {
($($arg:tt)*) => { ... };
}Expand description
Error-level log (operation failed; the calling path returns an error too).
macro_rules! error_log {
($($arg:tt)*) => { ... };
}Error-level log (operation failed; the calling path returns an error too).