Uses of Interface
org.apache.logging.log4j.core.config.ConfigurationListener
Packages that use ConfigurationListener
Package
Description
Implementation of Log4j 2.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Log4j 2 helper classes.
-
Uses of ConfigurationListener in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement ConfigurationListenerModifier and TypeClassDescriptionclass
The 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 ConfigurationListenerModifier and TypeClassDescriptionclass
LoggerContext
that createsAsyncLogger
objects. -
Uses of ConfigurationListener in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config with type parameters of type ConfigurationListenerModifier and TypeFieldDescriptionprotected final List<ConfigurationListener>
AbstractConfiguration.listeners
Listeners for configuration changes.Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionvoid
AbstractConfiguration.addListener
(ConfigurationListener listener) Add a listener for changes on the configuration.void
Configuration.addListener
(ConfigurationListener listener) void
AbstractConfiguration.removeListener
(ConfigurationListener listener) Remove a ConfigurationListener.void
Configuration.removeListener
(ConfigurationListener listener) Method parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListenerModifier and TypeMethodDescriptionConfigurationFileWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) HttpWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Constructor parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListenerModifierConstructorDescriptionConfigurationFileWatcher
(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) HttpWatcher
(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) -
Uses of ConfigurationListener in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return types with arguments of type ConfigurationListenerModifier and TypeMethodDescriptionAbstractWatcher.getListeners()
Watcher.getListeners()
Returns the list of listeners for this configuration.WrappedFileWatcher.getListeners()
Method parameters in org.apache.logging.log4j.core.util with type arguments of type ConfigurationListenerModifier and TypeMethodDescriptionstatic <T extends Watcher>
TWatcherFactory.instantiate
(String name, Class<T> clazz, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Watcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.WatcherFactory.newWatcher
(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) WrappedFileWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) Constructors in org.apache.logging.log4j.core.util with parameters of type ConfigurationListenerModifierConstructorDescriptionReconfigurationRunnable
(ConfigurationListener configurationListener, Reconfigurable reconfigurable) Constructor parameters in org.apache.logging.log4j.core.util with type arguments of type ConfigurationListenerModifierConstructorDescriptionAbstractWatcher
(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners) WrappedFileWatcher
(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)