| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
JsonConfigurationFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesConfigurationFactory
Creates a PropertiesConfiguration from a properties file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlConfigurationFactory
Factory to construct an XmlConfiguration.
|