trace_warn

Macro trace_warn 

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

Log at warn level, only when tracing feature is enabled