Uses of Interface
org.apache.logging.log4j.core.config.Reconfigurable
Packages that use Reconfigurable
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
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.log4j.config
Classes in org.apache.log4j.config that implement ReconfigurableModifier and TypeClassDescriptionclass
Class Description goes here.class
Constructs a configuration based on Log4j 1 properties. -
Uses of Reconfigurable in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement Reconfigurable -
Uses of Reconfigurable in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core with parameters of type ReconfigurableModifier and TypeMethodDescriptionvoid
LoggerContext.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 void
AbstractConfiguration.initializeWatchers
(Reconfigurable reconfigurable, ConfigurationSource configSource, int monitorIntervalSeconds) private void
AbstractConfiguration.monitorSource
(Reconfigurable reconfigurable, ConfigurationSource configSource) ConfigurationFileWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) HttpWatcher.newWatcher
(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis) void
ConfigurationListener.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 TypeClassDescriptionclass
Creates 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 TypeClassDescriptionclass
Configuration 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 TypeClassDescriptionclass
Creates 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
Fields in org.apache.logging.log4j.core.util declared as ReconfigurableModifier and TypeFieldDescriptionprivate final Reconfigurable
AbstractWatcher.reconfigurable
private final Reconfigurable
AbstractWatcher.ReconfigurationRunnable.reconfigurable
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)