macro_rules! info { ($($arg:tt)*) => { ... }; }
Macro to log info message. First lock the logger in static, then log the message.