macro_rules! log_warn { ($($arg:tt)*) => { ... }; }
Log a WARN-level message using format!-style arguments.
format!