trace_info

Macro trace_info 

Source
macro_rules! trace_info {
    ($($arg:tt)*) => { ... };
}
Expand description

Log at info level, no-op when tracing feature is disabled