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