macro_rules! sender_fmt { ($sender:ident, $($arg:tt)*) => { ... }; ($($arg:tt)*) => { ... }; }
A helper function for logging with the Sender