macro_rules! log_info { ($($arg:tt)*) => { ... }; }
Log an INFO-level message using format!-style arguments.
format!