macro_rules! info_with { ($logger:expr, $($arg:tt)+) => { ... }; }
Log an info message using format string syntax with a specific logger