Uses of Interface
org.apache.logging.log4j.core.config.Reconfigurable
-
-
Uses of Reconfigurable in org.apache.log4j.config
Classes in org.apache.log4j.config that implement Reconfigurable Modifier and Type Class Description classLog4j1ConfigurationBase Configuration for Log4j 1.classPropertiesConfigurationConstructs 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 classXmlConfigurationClass 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 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)private voidAbstractConfiguration. monitorSource(Reconfigurable reconfigurable, ConfigurationSource configSource)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
Fields in org.apache.logging.log4j.core.util declared as Reconfigurable Modifier and Type Field Description private ReconfigurableAbstractWatcher. reconfigurableprivate ReconfigurableAbstractWatcher.ReconfigurationRunnable. reconfigurableMethods 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)
-