macro_rules! trace { ($logger:expr, $str:expr) => { ... }; ($logger:expr, $($fmt:expr),+) => { ... }; }