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