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 | Field and Description |
---|---|
private Source |
ConfigurationSource.source |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationSource.setSource(Source source) |
void |
HttpWatcher.watching(Source source) |
void |
ConfigurationFileWatcher.watching(Source source) |
Constructor and Description |
---|
ConfigurationSource(Source source,
byte[] data,
long lastModified) |
Modifier and Type | Field and Description |
---|---|
private Source |
AbstractWatcher.source |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<Source,WatchManager.ConfigurationMonitor> |
WatchManager.watchers |
Modifier and Type | Method and Description |
---|---|
Source |
AbstractWatcher.getSource() |
Source |
Watcher.getSource()
Returns the Source being monitored.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Source,Watcher> |
WatchManager.getConfigurationWatchers()
Return the ConfigurationWaatchers.
|
Modifier and Type | Method and Description |
---|---|
Watcher |
WatcherFactory.newWatcher(Source source,
Configuration configuration,
Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> configurationListeners,
long lastModifiedMillis) |
void |
WatchManager.reset(Source source)
Resets the configuration monitor for the given file being watched to its current last modified time.
|
void |
WatchManager.unwatch(Source source)
Unwatches the given file.
|
void |
WatchManager.watch(Source source,
Watcher watcher)
Watches the given file.
|
void |
WrappedFileWatcher.watching(Source source) |
void |
AbstractWatcher.watching(Source source) |
void |
Watcher.watching(Source source)
Called when the Watcher is registered.
|