Package | Description |
---|---|
org.apache.log4j.config |
Log4j 1.x compatibility layer.
|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
org.apache.logging.log4j.core.config.builder.impl |
Configuration Builder Implementation.
|
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 | Class and Description |
---|---|
class |
Log4j1Configuration
Class Description goes here.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfiguration
The default configuration writes all output to the Console using the default logging level.
|
class |
NullConfiguration
This configuration defaults to no logging.
|
Modifier and Type | Class and Description |
---|---|
class |
BuiltConfiguration
This is the general version of the Configuration created by the Builder.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeConfiguration
A Composite Configuration.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<? extends AbstractConfiguration> |
CompositeConfiguration.configurations |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMergeStrategy.mergeRootProperties(Node rootNode,
AbstractConfiguration configuration)
Merge the root properties.
|
void |
MergeStrategy.mergeRootProperties(Node rootNode,
AbstractConfiguration configuration)
Merge the root node properties into the configuration.
|
private void |
CompositeConfiguration.staffChildConfiguration(AbstractConfiguration childConfiguration) |
Constructor and Description |
---|
CompositeConfiguration(java.util.List<? extends AbstractConfiguration> configurations)
Construct the CompositeConfiguration.
|
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.
|