Uses of Interface
org.apache.logging.log4j.core.lookup.StrLookup
Packages that use StrLookup
Package
Description
Configuration of Log4j 2.
Log4j 2 Lookups.
-
Uses of StrLookup in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return StrLookupModifier and TypeMethodDescriptionstatic StrLookup
PropertiesPlugin.configureSubstitutor
(Property[] properties, Configuration config) Creates the Properties component. -
Uses of StrLookup in org.apache.logging.log4j.core.lookup
Classes in org.apache.logging.log4j.core.lookup that implement StrLookupModifier and TypeClassDescriptionclass
StrLookup that is ConfigurationAware.class
A default lookup for others to extend.class
Looks up keys from the context.class
Formats the current date or the date in the LogEvent.class
Looks up keys from environment variables.class
Looks up values from the log event.class
Proxies all the otherStrLookup
s.class
Looks up keys related to Java: Java version, JRE version, VM version, and so on.class
Maps JVM input arguments (but not main arguments) using JMX to acquire JVM arguments.class
Looks up keys from JNDI resources.class
Lookup properties of Log4jclass
Converts values to lower case.class
A map-based lookup for main arguments.class
A map-based lookup.class
Looks-up markers.final class
A lookup designed forProperties
defined in the configuration.class
Looks up keys from resource bundles.class
Looks up keys fromStructuredDataMessage
log messages.class
Looks up keys from system properties.class
Converts values to upper case.Methods in org.apache.logging.log4j.core.lookup that return StrLookupModifier and TypeMethodDescriptionInterpolator.getDefaultLookup()
StrSubstitutor.getVariableResolver()
Gets the VariableResolver that is used to lookup variables.Methods in org.apache.logging.log4j.core.lookup that return types with arguments of type StrLookupMethods in org.apache.logging.log4j.core.lookup with parameters of type StrLookupModifier and TypeMethodDescriptionvoid
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 StrLookupModifierConstructorDescriptionConfigurationStrSubstitutor
(StrLookup lookup) Interpolator
(StrLookup defaultLookup) Interpolator
(StrLookup defaultLookup, List<String> pluginPackages) Constructs an Interpolator using a given StrLookup and a list of packages to find Lookup plugins in.RuntimeStrSubstitutor
(StrLookup lookup) 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, String prefix, String suffix, char escape, String valueDelimiter) Creates a new instance and initializes it.StrSubstitutor
(StrLookup variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape) Creates a new instance and initializes it.StrSubstitutor
(StrLookup variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape, StrMatcher valueDelimiterMatcher) Creates a new instance and initializes it.StrSubstitutor
(StrLookup variableResolver, StrMatcher prefixMatcher, StrMatcher suffixMatcher, char escape, StrMatcher valueDelimiterMatcher, StrMatcher valueEscapeMatcher) Creates a new instance and initializes it.