macro_rules! log_iter { ($verbosity:expr, $($arg:tt)*) => { ... }; }
Print messages with level Verbosity::Iter or higher.
Verbosity::Iter