macro_rules! info { ($($arg:tt)+) => { ... }; () => { ... }; }
A custom log info macro. Uses the log crate.