trace_error

Macro trace_error 

Source
macro_rules! trace_error {
    ($($arg:tt)*) => { ... };
}
Expand description

Log at error level, no-op when tracing feature is disabled