|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrLookup | |
---|---|
org.apache.logging.log4j.core.config.plugins | Configuration of Log4j 2.0 via Plugins. |
org.apache.logging.log4j.core.lookup | Log4j 2.0 Lookups. |
Uses of StrLookup in org.apache.logging.log4j.core.config.plugins |
---|
Methods in org.apache.logging.log4j.core.config.plugins that return StrLookup | |
---|---|
static StrLookup |
PropertiesPlugin.configureSubstitutor(Property[] properties)
Create the Properties component. |
Uses of StrLookup in org.apache.logging.log4j.core.lookup |
---|
Classes in org.apache.logging.log4j.core.lookup that implement StrLookup | |
---|---|
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 |
MapLookup<V>
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. |
Methods in org.apache.logging.log4j.core.lookup that return StrLookup | |
---|---|
StrLookup<?> |
StrSubstitutor.getVariableResolver()
Gets the VariableResolver that is used to lookup variables. |
Methods in org.apache.logging.log4j.core.lookup with parameters of type StrLookup | |
---|---|
void |
StrSubstitutor.setVariableResolver(StrLookup<?> variableResolver)
Sets the VariableResolver that is used to lookup variables. |
Constructors in org.apache.logging.log4j.core.lookup with parameters of type StrLookup | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |