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