macro_rules! trace_error {
($($arg:tt)*) => { ... };
}Expand description
Log at error level, no-op when tracing feature is disabled
macro_rules! trace_error {
($($arg:tt)*) => { ... };
}Log at error level, no-op when tracing feature is disabled