Package | Description |
---|---|
org.apache.logging.log4j.core.config.plugins |
Configuration of Log4j 2.0 via Plugins.
|
org.apache.logging.log4j.core.lookup |
Log4j 2.0 Lookups.
|
Modifier and Type | Method and Description |
---|---|
static StrLookup |
PropertiesPlugin.configureSubstitutor(Property[] properties,
Configuration config)
Create the Properties component.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMapLookup
Looks up keys from system properties.
|
class |
DateLookup
Formats the current date or the date in the LogEvent.
|
class |
EnvironmentLookup
Looks up keys from environment variables.
|
class |
Interpolator
The Interpolator is a StrLookup that acts as a proxy for all the other StrLookups.
|
class |
JndiLookup
Looks up keys from JNDI resources.
|
class |
MapLookup
The basis for a lookup based on a Map.
|
class |
StructuredDataLookup
Looks up keys from system properties.
|
class |
SystemPropertiesLookup
Looks up keys from system properties.
|
class |
WebLookup |
Modifier and Type | Method and Description |
---|---|
StrLookup |
StrSubstitutor.getVariableResolver()
Gets the VariableResolver that is used to lookup variables.
|
Modifier and Type | Method and Description |
---|---|
void |
StrSubstitutor.setVariableResolver(StrLookup variableResolver)
Sets the VariableResolver that is used to lookup variables.
|
Constructor and Description |
---|
Interpolator(StrLookup defaultLookup) |
StrSubstitutor(StrLookup variableResolver)
Creates a new instance and initializes it.
|
StrSubstitutor(StrLookup variableResolver,
String prefix,
String suffix,
char escape)
Creates a new instance and initializes it.
|
StrSubstitutor(StrLookup variableResolver,
StrMatcher prefixMatcher,
StrMatcher suffixMatcher,
char escape)
Creates a new instance and initializes it.
|
Copyright © 1999-2014 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.