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