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.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
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 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)Method parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListener Modifier and Type Method Description WatcherConfigurationFileWatcher. newWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)WatcherHttpWatcher. newWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)Constructor parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationListener Constructor Description ConfigurationFileWatcher(Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners, long lastModifiedMillis)HttpWatcher(Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners, long lastModifiedMillis) -
Uses of ConfigurationListener in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as ConfigurationListener Modifier and Type Field Description private ConfigurationListenerAbstractWatcher.ReconfigurationRunnable. configurationListenerFields in org.apache.logging.log4j.core.util with type parameters of type ConfigurationListener Modifier and Type Field Description private java.util.List<ConfigurationListener>AbstractWatcher. configurationListenersMethods in org.apache.logging.log4j.core.util that return types with arguments of type ConfigurationListener Modifier and Type Method Description java.util.List<ConfigurationListener>AbstractWatcher. getListeners()java.util.List<ConfigurationListener>Watcher. getListeners()Returns the list of listeners for this configuration.java.util.List<ConfigurationListener>WrappedFileWatcher. getListeners()Method parameters in org.apache.logging.log4j.core.util with type arguments of type ConfigurationListener Modifier and Type Method Description static <T extends Watcher>
TWatcherFactory. instantiate(java.lang.String name, java.lang.Class<T> clazz, Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)WatcherWatcher. newWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.WatcherWatcherFactory. newWatcher(Source source, Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners, long lastModifiedMillis)WatcherWrappedFileWatcher. newWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)Constructors in org.apache.logging.log4j.core.util with parameters of type ConfigurationListener Constructor Description ReconfigurationRunnable(ConfigurationListener configurationListener, Reconfigurable reconfigurable)Constructor parameters in org.apache.logging.log4j.core.util with type arguments of type ConfigurationListener Constructor Description AbstractWatcher(Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners)WrappedFileWatcher(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
-