public interface LogPublisherCfg extends Configuration
Log Publishers are responsible for distributing log messages from different loggers to a destination.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<LogPublisherCfg> listener)
Register to be notified when this Log Publisher is changed.
|
Class<? extends LogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this Log Publisher.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<LogPublisherCfg> listener)
Deregister an existing Log Publisher configuration change listener.
|
dn
Class<? extends LogPublisherCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<LogPublisherCfg> listener)
listener
- The Log Publisher configuration change listener.void removeChangeListener(ConfigurationChangeListener<LogPublisherCfg> listener)
listener
- The Log Publisher configuration change listener.boolean isEnabled()
Indicates whether the Log Publisher is enabled for use.
String getJavaClass()
The fully-qualified name of the Java class that provides the Log Publisher implementation.
Copyright 2010-2017 ForgeRock AS.