info

Macro info 

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

Macro to log info message. First lock the logger in static, then log the message.