pub type LogLevelIter<'a> = Iter<'a, String, String>;
Iterator over log levels
struct LogLevelIter<'a> { /* private fields */ }