Package | Description |
---|---|
org.apache.logging.log4j.core |
Implementation of Log4j 2.
|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
org.apache.logging.log4j.core.config.composite |
Support for composite configurations.
|
org.apache.logging.log4j.core.config.json |
Classes and interfaces supporting configuration of Log4j 2 with JSON.
|
org.apache.logging.log4j.core.config.properties |
Configuration using Properties files.
|
org.apache.logging.log4j.core.config.xml |
Classes and interfaces supporting configuration of Log4j 2 with XML.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerContext.onChange(Reconfigurable reconfigurable)
Causes a reconfiguration to take place when the underlying configuration file changes.
|
Modifier and Type | Field and Description |
---|---|
private Reconfigurable |
ConfiguratonFileWatcher.reconfigurable |
private Reconfigurable |
ConfiguratonFileWatcher.ReconfigurationRunnable.reconfigurable |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationListener.onChange(Reconfigurable reconfigurable) |
Constructor and Description |
---|
ConfiguratonFileWatcher(Reconfigurable reconfigurable,
java.util.List<ConfigurationListener> configurationListeners) |
ReconfigurationRunnable(ConfigurationListener configurationListener,
Reconfigurable reconfigurable) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeConfiguration
A Composite Configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonConfiguration
Creates a Node hierarchy from a JSON file.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesConfiguration
Configuration created from a properties file.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlConfiguration
Creates a Node hierarchy from an XML file.
|