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.json |
Classes and interfaces supporting configuration of Log4j 2 with JSON.
|
org.apache.logging.log4j.core.config.properties |
Configuration using Properties files.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4j1ConfigurationFactory
Experimental ConfigurationFactory for Log4j 1.2 properties configuration files.
|
class |
PropertiesConfigurationFactory
Configures Log4j from a log4j 1 format properties file.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlConfigurationFactory
Constructs a Configuration usable in Log4j 2 from a Log4j 1 configuration file.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationFactory
Factory class for parsed
Configuration objects from a configuration file. |
private static class |
ConfigurationFactory.Factory
Default Factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonConfigurationFactory |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesConfigurationBuilder
Helper builder for parsing properties files into a PropertiesConfiguration.
|