trace_info

Macro trace_info 

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

Log at info level, only when tracing feature is enabled