Macro info

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

Logs a message at the info level.