Uses of Interface
org.apache.logging.log4j.core.config.Reconfigurable
-
Packages that use Reconfigurable Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.composite Support for composite configurations.org.apache.logging.log4j.core.config.json Classes and interfaces supporting configuration of Log4j 2 with JSON.org.apache.logging.log4j.core.config.properties Configuration using Properties files.org.apache.logging.log4j.core.config.xml Classes and interfaces supporting configuration of Log4j 2 with XML.org.apache.logging.log4j.core.config.yaml Classes and interfaces supporting configuration of Log4j 2 with YAML.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Reconfigurable in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core with parameters of type Reconfigurable Modifier and Type Method Description voidLoggerContext. 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 Reconfigurable Modifier and Type Method Description protected voidAbstractConfiguration. initializeWatchers(Reconfigurable reconfigurable, ConfigurationSource configSource, int monitorIntervalSeconds)WatcherConfigurationFileWatcher. newWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)WatcherHttpWatcher. newWatcher(Reconfigurable reconfigurable, java.util.List<ConfigurationListener> listeners, long lastModifiedMillis)voidConfigurationListener. onChange(Reconfigurable reconfigurable)Constructors in org.apache.logging.log4j.core.config with parameters of type Reconfigurable 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 Reconfigurable in org.apache.logging.log4j.core.config.composite
Classes in org.apache.logging.log4j.core.config.composite that implement Reconfigurable Modifier and Type Class Description classCompositeConfigurationA Composite Configuration. -
Uses of Reconfigurable in org.apache.logging.log4j.core.config.json
Classes in org.apache.logging.log4j.core.config.json that implement Reconfigurable Modifier and Type Class Description classJsonConfigurationCreates 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 Reconfigurable Modifier and Type Class Description classPropertiesConfigurationConfiguration 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 Reconfigurable Modifier and Type Class Description classXmlConfigurationCreates 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 Modifier and Type Class Description classYamlConfiguration -
Uses of Reconfigurable in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util with parameters of type Reconfigurable 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 Reconfigurable Constructor Description AbstractWatcher(Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners)ReconfigurationRunnable(ConfigurationListener configurationListener, Reconfigurable reconfigurable)WrappedFileWatcher(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, java.util.List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
-