trace_debug

Macro trace_debug 

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

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