Package | Description |
---|---|
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.
|
org.apache.logging.log4j.core.config.yaml |
Classes and interfaces supporting configuration of Log4j 2 with YAML.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
class |
BuiltConfiguration |
This is the general version of the Configuration created by the Builder.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CompositeConfiguration |
A Composite Configuration.
|
Modifier and Type | Method | 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.
|
Constructor | Description |
---|---|
CompositeConfiguration(List<? extends AbstractConfiguration> configurations) |
Construct the ComponsiteConfiguration.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JsonConfiguration |
Creates a Node hierarchy from a JSON file.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PropertiesConfiguration |
Configuration created from a properties file.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XmlConfiguration |
Creates a Node hierarchy from an XML file.
|
Modifier and Type | Class | Description |
---|---|---|
class |
YamlConfiguration |
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.