|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationListener | |
|---|---|
| org.apache.logging.log4j.core | Implementation of Log4j 2.0. |
| org.apache.logging.log4j.core.config | Configuration of Log4j 2.0. |
| Uses of ConfigurationListener in org.apache.logging.log4j.core |
|---|
| Classes in org.apache.logging.log4j.core that implement ConfigurationListener | |
|---|---|
class |
LoggerContext
The LoggerContext is the anchor for the logging system. |
| Uses of ConfigurationListener in org.apache.logging.log4j.core.config |
|---|
| Fields in org.apache.logging.log4j.core.config with type parameters of type ConfigurationListener | |
|---|---|
protected List<ConfigurationListener> |
BaseConfiguration.listeners
Listeners for configuration changes. |
| Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationListener | |
|---|---|
void |
Configuration.addListener(ConfigurationListener listener)
|
void |
BaseConfiguration.addListener(ConfigurationListener listener)
Add a listener for changes on the configuration. |
void |
Configuration.removeListener(ConfigurationListener listener)
|
void |
BaseConfiguration.removeListener(ConfigurationListener listener)
Remove a ConfigurationListener. |
| Constructor parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListener | |
|---|---|
FileConfigurationMonitor(Reconfigurable reconfigurable,
File file,
List<ConfigurationListener> listeners,
int interval)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||