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