macro_rules! info { ($msg:expr) => { ... }; ($msg:expr; $($key:expr => $value:expr),+ $(,)?) => { ... }; }
Log at info level.