Package | Description |
---|---|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationFileWatcher
Watcher for configuration files.
|
class |
HttpWatcher |
Modifier and Type | Method and Description |
---|---|
Watcher |
HttpWatcher.newWatcher(Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> listeners,
long lastModifiedMillis) |
Watcher |
ConfigurationFileWatcher.newWatcher(Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> listeners,
long lastModifiedMillis) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWatcher
Watcher for configuration files.
|
class |
WrappedFileWatcher |
Modifier and Type | Field and Description |
---|---|
private Watcher |
WatchManager.ConfigurationMonitor.watcher |
Modifier and Type | Method and Description |
---|---|
static <T extends Watcher> |
WatcherFactory.instantiate(java.lang.String name,
java.lang.Class<T> clazz,
Configuration configuration,
Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> listeners,
long lastModifiedMillis) |
Modifier and Type | Method and Description |
---|---|
Watcher |
WatchManager.ConfigurationMonitor.getWatcher() |
Watcher |
WrappedFileWatcher.newWatcher(Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> listeners,
long lastModifiedMillis) |
Watcher |
Watcher.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.
|
Watcher |
WatcherFactory.newWatcher(Source source,
Configuration configuration,
Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> configurationListeners,
long lastModifiedMillis) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Source,Watcher> |
WatchManager.getConfigurationWatchers()
Return the ConfigurationWaatchers.
|
Modifier and Type | Method and Description |
---|---|
void |
WatchManager.watch(Source source,
Watcher watcher)
Watches the given file.
|
Constructor and Description |
---|
ConfigurationMonitor(long lastModifiedMillis,
Watcher watcher) |