Macro info

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

Logs a message at the info level.