trace_error

Macro trace_error 

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

Log at error level, only when tracing feature is enabled