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 |
ConfiguratonFileWatcher
Watcher for configuration files.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptManager
Manages the scripts use by the Configuration.
|
Modifier and Type | Field and Description |
---|---|
private FileWatcher |
WatchManager.FileMonitor.fileWatcher |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.io.File,FileWatcher> |
WatchManager.getWatchers() |
Modifier and Type | Method and Description |
---|---|
void |
WatchManager.watchFile(java.io.File file,
FileWatcher watcher) |
Constructor and Description |
---|
FileMonitor(long lastModified,
FileWatcher fileWatcher) |