info

Macro info 

Source
macro_rules! info {
    ($msg: expr$(, $args: expr)*) => { ... };
}
Expand description

Display an information message (if logging level is high enough)