info

Macro info 

macro_rules! info {
    ($($arg:tt)+) => { ... };
}
Expand description

A noop logger, when the logger feature is disabled