macro_rules! sanitized_log { ($level:ident, $($arg:tt)*) => { ... }; }
Convenient macro for sanitized logging