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.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 |
Log4j1ConfigurationFactory
Experimental ConfigurationFactory for Log4j 1.2 properties configuration files.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ConfigurationFactory.Factory
Default Factory.
|
Modifier and Type | Field and Description |
---|---|
private static ConfigurationFactory |
ConfigurationFactory.configFactory |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<ConfigurationFactory> |
ConfigurationFactory.factories |
Modifier and Type | Method and Description |
---|---|
static ConfigurationFactory |
ConfigurationFactory.getInstance()
Returns the ConfigurationFactory.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<ConfigurationFactory> |
ConfigurationFactory.getFactories() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationFactory.removeConfigurationFactory(ConfigurationFactory factory)
Removes the ConfigurationFactory.
|
static void |
ConfigurationFactory.setConfigurationFactory(ConfigurationFactory factory)
Sets the configuration factory.
|
Modifier and Type | Method and Description |
---|---|
private static void |
ConfigurationFactory.addFactory(java.util.Collection<ConfigurationFactory> list,
java.lang.Class<? extends ConfigurationFactory> factoryClass) |
private static void |
ConfigurationFactory.addFactory(java.util.Collection<ConfigurationFactory> list,
java.lang.Class<? extends ConfigurationFactory> factoryClass) |
private static void |
ConfigurationFactory.addFactory(java.util.Collection<ConfigurationFactory> list,
java.lang.String factoryClass) |
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.
|