|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationSource | |
---|---|
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.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. |
org.apache.logging.log4j.core.impl | Log4j 2 private implementation classes. |
Uses of ConfigurationSource in org.apache.logging.log4j.core.config |
---|
Fields in org.apache.logging.log4j.core.config declared as ConfigurationSource | |
---|---|
static ConfigurationSource |
ConfigurationSource.NULL_SOURCE
|
Methods in org.apache.logging.log4j.core.config that return ConfigurationSource | |
---|---|
ConfigurationSource |
Configuration.getConfigurationSource()
Returns the source of this configuration. |
ConfigurationSource |
AbstractConfiguration.getConfigurationSource()
|
protected ConfigurationSource |
ConfigurationFactory.getInputFromResource(String resource,
ClassLoader loader)
Retrieve the configuration via the ClassLoader. |
protected ConfigurationSource |
ConfigurationFactory.getInputFromString(String config,
ClassLoader loader)
Load the configuration from the location represented by the String. |
protected ConfigurationSource |
ConfigurationFactory.getInputFromUri(URI configLocation)
Load the configuration from a URI. |
ConfigurationSource |
ConfigurationSource.resetInputStream()
Returns a new ConfigurationSource whose input stream is reset to the beginning. |
Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationSource | |
---|---|
protected void |
AbstractConfiguration.createAdvertiser(String advertiserString,
ConfigurationSource configSource,
byte[] buffer,
String contentType)
|
abstract Configuration |
ConfigurationFactory.getConfiguration(ConfigurationSource source)
|
static LoggerContext |
Configurator.initialize(ClassLoader loader,
ConfigurationSource source)
Initializes the Logging Context. |
static LoggerContext |
Configurator.initialize(ClassLoader loader,
ConfigurationSource source,
Object externalContext)
Initializes the Logging Context. |
Constructors in org.apache.logging.log4j.core.config with parameters of type ConfigurationSource | |
---|---|
AbstractConfiguration(ConfigurationSource configurationSource)
Constructor. |
Uses of ConfigurationSource in org.apache.logging.log4j.core.config.json |
---|
Methods in org.apache.logging.log4j.core.config.json with parameters of type ConfigurationSource | |
---|---|
Configuration |
JsonConfigurationFactory.getConfiguration(ConfigurationSource source)
|
Constructors in org.apache.logging.log4j.core.config.json with parameters of type ConfigurationSource | |
---|---|
JsonConfiguration(ConfigurationSource configSource)
|
Uses of ConfigurationSource in org.apache.logging.log4j.core.config.xml |
---|
Methods in org.apache.logging.log4j.core.config.xml with parameters of type ConfigurationSource | |
---|---|
Configuration |
XmlConfigurationFactory.getConfiguration(ConfigurationSource source)
Returns the Configuration. |
Constructors in org.apache.logging.log4j.core.config.xml with parameters of type ConfigurationSource | |
---|---|
XmlConfiguration(ConfigurationSource configSource)
|
Uses of ConfigurationSource in org.apache.logging.log4j.core.config.yaml |
---|
Methods in org.apache.logging.log4j.core.config.yaml with parameters of type ConfigurationSource | |
---|---|
Configuration |
YamlConfigurationFactory.getConfiguration(ConfigurationSource source)
|
Constructors in org.apache.logging.log4j.core.config.yaml with parameters of type ConfigurationSource | |
---|---|
YamlConfiguration(ConfigurationSource configSource)
|
Uses of ConfigurationSource in org.apache.logging.log4j.core.impl |
---|
Methods in org.apache.logging.log4j.core.impl with parameters of type ConfigurationSource | |
---|---|
LoggerContext |
Log4jContextFactory.getContext(String fqcn,
ClassLoader loader,
Object externalContext,
boolean currentContext,
ConfigurationSource source)
Loads the LoggerContext using the ContextSelector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2015 Apache Software Foundation. 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.