Class LoggerConfigManager

java.lang.Object
org.opends.server.core.LoggerConfigManager
All Implemented Interfaces:
ConfigurationAddListener<LogPublisherCfg>, ConfigurationDeleteListener<LogPublisherCfg>

public final class LoggerConfigManager extends Object implements ConfigurationAddListener<LogPublisherCfg>, ConfigurationDeleteListener<LogPublisherCfg>
This class defines a utility that will be used to manage the set of loggers used in the Directory Server. It will perform the logger initialization when the server is starting, and then will manage any additions, removals, or modifications of any loggers while the server is running.