Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
-
Packages that use AbstractConfiguration Package Description org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.xml 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. -
-
Uses of AbstractConfiguration in org.apache.log4j.config
Subclasses of AbstractConfiguration in org.apache.log4j.config Modifier and Type Class Description class
Log4j1Configuration
Class Description goes here.class
PropertiesConfiguration
Construct a configuration based on Log4j 1 properties. -
Uses of AbstractConfiguration in org.apache.log4j.xml
Subclasses of AbstractConfiguration in org.apache.log4j.xml Modifier and Type Class Description class
XmlConfiguration
Class Description goes here. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config 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. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.builder.impl
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.builder.impl Modifier and Type Class Description class
BuiltConfiguration
This is the general version of the Configuration created by the Builder. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.composite
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.composite Modifier and Type Class Description class
CompositeConfiguration
A Composite Configuration.Methods in org.apache.logging.log4j.core.config.composite with parameters of type AbstractConfiguration 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 parameters in org.apache.logging.log4j.core.config.composite with type arguments of type AbstractConfiguration Constructor Description CompositeConfiguration(List<? extends AbstractConfiguration> configurations)
Construct the CompositeConfiguration. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.json
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.json Modifier and Type Class Description class
JsonConfiguration
Creates a Node hierarchy from a JSON file. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.properties
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.properties Modifier and Type Class Description class
PropertiesConfiguration
Configuration created from a properties file. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.xml
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.xml Modifier and Type Class Description class
XmlConfiguration
Creates a Node hierarchy from an XML file.
-