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