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