public final class LoggerGroups extends Object implements Iterable<LoggerGroup>
LoggerGroup| Constructor and Description | 
|---|
| LoggerGroups() | 
| LoggerGroups(Map<String,List<String>> namesAndMembers) | 
| Modifier and Type | Method and Description | 
|---|---|
| LoggerGroup | get(String name) | 
| Iterator<LoggerGroup> | iterator() | 
| void | putAll(Map<String,List<String>> namesAndMembers) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic LoggerGroup get(String name)
public Iterator<LoggerGroup> iterator()
iterator in interface Iterable<LoggerGroup>