public class LoggingRegistry extends Object
| Modifier and Type | Method and Description | 
|---|---|
String | 
dump(boolean includeGeneral)  | 
LoggingObjectInterface | 
findExistingLoggingSource(LoggingObjectInterface loggingObject)  | 
static LoggingRegistry | 
getInstance()  | 
Date | 
getLastModificationTime()  | 
List<String> | 
getLogChannelChildren(String parentLogChannelId)  | 
LoggingObjectInterface | 
getLoggingObject(String logChannelId)  | 
Map<String,LoggingObjectInterface> | 
getMap()  | 
String | 
registerLoggingSource(Object object)  | 
void | 
removeIncludingChildren(String logChannelId)  | 
void | 
removeOrphans()  | 
public static LoggingRegistry getInstance()
public LoggingObjectInterface findExistingLoggingSource(LoggingObjectInterface loggingObject)
public LoggingObjectInterface getLoggingObject(String logChannelId)
public Map<String,LoggingObjectInterface> getMap()
public Date getLastModificationTime()
public String dump(boolean includeGeneral)
public void removeIncludingChildren(String logChannelId)
public void removeOrphans()