Package | Description |
---|---|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
org.apache.logging.log4j.core.script |
Log4j 2 Script support.
|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationFileWatcher
Watcher for configuration files.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptManager
Manages the scripts use by the Configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedFileWatcher |
Modifier and Type | Field and Description |
---|---|
private FileWatcher |
WrappedFileWatcher.watcher |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.io.File,FileWatcher> |
WatchManager.getWatchers()
Deprecated.
use getConfigurationWatchers.
|
Modifier and Type | Method and Description |
---|---|
void |
WatchManager.watchFile(java.io.File file,
FileWatcher fileWatcher)
Watches the given file.
|
Constructor and Description |
---|
WrappedFileWatcher(FileWatcher watcher) |
WrappedFileWatcher(FileWatcher watcher,
Configuration configuration,
Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> configurationListeners,
long lastModifiedMillis) |