Uses of Interface
org.apache.logging.log4j.core.config.Reconfigurable
-
Packages that use Reconfigurable Package Description org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.xml Log4j 1.x compatibility layer.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.util Log4j 2 helper classes. -
-
Uses of Reconfigurable in org.apache.log4j.config
Classes in org.apache.log4j.config that implement Reconfigurable Modifier and Type Class Description class
Log4j1Configuration
Class Description goes here.class
PropertiesConfiguration
Construct a configuration based on Log4j 1 properties. -
Uses of Reconfigurable in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement Reconfigurable Modifier and Type Class Description class
XmlConfiguration
Class Description goes here. -
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 void
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 Reconfigurable Modifier and Type Method Description protected void
AbstractConfiguration. initializeWatchers(Reconfigurable reconfigurable, ConfigurationSource configSource, int monitorIntervalSeconds)
Watcher
ConfigurationFileWatcher. newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Watcher
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 Reconfigurable Constructor Description ConfigurationFileWatcher(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 Modifier and Type Class Description class
CompositeConfiguration
A 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 class
JsonConfiguration
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 Reconfigurable Modifier and Type Class Description class
PropertiesConfiguration
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 Reconfigurable Modifier and Type Class Description class
XmlConfiguration
Creates a Node hierarchy from an XML file. -
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(String name, Class<T> clazz, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Watcher
Watcher. newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.Watcher
WatcherFactory. newWatcher(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
Watcher
WrappedFileWatcher. newWatcher(Reconfigurable reconfigurable, 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, List<ConfigurationListener> configurationListeners)
ReconfigurationRunnable(ConfigurationListener configurationListener, Reconfigurable reconfigurable)
WrappedFileWatcher(FileWatcher watcher, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
-