Uses of Interface
org.apache.logging.log4j.core.config.ConfigurationListener
-
Packages that use ConfigurationListener Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2. -
-
Uses of ConfigurationListener in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement ConfigurationListener Modifier and Type Class Description classLoggerContextThe LoggerContext is the anchor for the logging system. -
Uses of ConfigurationListener in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement ConfigurationListener Modifier and Type Class Description classAsyncLoggerContextLoggerContextthat createsAsyncLoggerobjects. -
Uses of ConfigurationListener in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config with type parameters of type ConfigurationListener Modifier and Type Field Description protected java.util.List<ConfigurationListener>AbstractConfiguration. listenersListeners for configuration changes.Methods in org.apache.logging.log4j.core.config that return types with arguments of type ConfigurationListener Modifier and Type Method Description java.util.List<ConfigurationListener>ConfiguratonFileWatcher. getListeners()Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationListener Modifier and Type Method Description voidAbstractConfiguration. addListener(ConfigurationListener listener)Add a listener for changes on the configuration.voidConfiguration. addListener(ConfigurationListener listener)voidAbstractConfiguration. removeListener(ConfigurationListener listener)Remove a ConfigurationListener.voidConfiguration. removeListener(ConfigurationListener listener)Constructor parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListener Constructor Description ConfiguratonFileWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners)
-