Uses of Interface
org.apache.logging.log4j.core.config.Reconfigurable
Packages that use Reconfigurable
Package
Description
Implementation of Log4j 2.
Configuration of Log4j 2.
Support for composite configurations.
Classes and interfaces supporting configuration of Log4j 2 with JSON.
Configuration using Properties files.
Classes and interfaces supporting configuration of Log4j 2 with XML.
Classes and interfaces supporting configuration of Log4j 2 with YAML.
Log4j 2 helper classes.
-
Uses of Reconfigurable in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core with parameters of type ReconfigurableModifier and TypeMethodDescriptionvoidLoggerContext.onChange(Reconfigurable reconfigurable) Causes a reconfiguration to take place when the underlying configuration file changes. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type ReconfigurableModifier and TypeMethodDescriptionprotected voidAbstractConfiguration.initializeWatchers(Reconfigurable reconfigurable, ConfigurationSource configSource, int monitorIntervalSeconds) ConfigurationFileWatcher.newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) HttpWatcher.newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) voidConfigurationListener.onChange(Reconfigurable reconfigurable) Constructors in org.apache.logging.log4j.core.config with parameters of type ReconfigurableModifierConstructorDescriptionConfigurationFileWatcher(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) HttpWatcher(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.composite
Classes in org.apache.logging.log4j.core.config.composite that implement Reconfigurable -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.json
Classes in org.apache.logging.log4j.core.config.json that implement ReconfigurableModifier and TypeClassDescriptionclassCreates a Node hierarchy from a JSON file. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.properties
Classes in org.apache.logging.log4j.core.config.properties that implement ReconfigurableModifier and TypeClassDescriptionclassConfiguration created from a properties file. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.xml
Classes in org.apache.logging.log4j.core.config.xml that implement ReconfigurableModifier and TypeClassDescriptionclassCreates a Node hierarchy from an XML file. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.yaml
Classes in org.apache.logging.log4j.core.config.yaml that implement Reconfigurable -
Uses of Reconfigurable in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util with parameters of type ReconfigurableModifier 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 ReconfigurableModifierConstructorDescriptionAbstractWatcher(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners) ReconfigurationRunnable(ConfigurationListener configurationListener, Reconfigurable reconfigurable) WrappedFileWatcher(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)