Uses of Interface
org.apache.logging.log4j.core.lookup.StrLookup
-
Packages that use StrLookup Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.lookup Log4j 2 Lookups.org.apache.logging.log4j.docker -
-
Uses of StrLookup in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return StrLookup Modifier and Type Method Description static 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 StrLookup Modifier and Type Class Description class
AbstractConfigurationAwareLookup
StrLookup that is ConfigurationAware.class
AbstractLookup
A default lookup for others to extend.class
ContextMapLookup
Looks up keys from the context.class
DateLookup
Formats the current date or the date in the LogEvent.class
EnvironmentLookup
Looks up keys from environment variables.class
Interpolator
Proxies all the otherStrLookup
s.class
JavaLookup
Looks up keys related to Java: Java version, JRE version, VM version, and so on.class
JmxRuntimeInputArgumentsLookup
Maps JVM input arguments (but not main arguments) using JMX to acquire JVM arguments.class
JndiLookup
Looks up keys from JNDI resources.class
Log4jLookup
Lookup properties of Log4jclass
LowerLookup
Converts values to lower case.class
MainMapLookup
A map-based lookup for main arguments.class
MapLookup
A map-based lookup.class
MarkerLookup
Looks-up markers.class
ResourceBundleLookup
Looks up keys from resource bundles.class
StructuredDataLookup
Looks up keys fromStructuredDataMessage
log messages.class
SystemPropertiesLookup
Looks up keys from system properties.class
UpperLookup
Converts values to upper case.Methods in org.apache.logging.log4j.core.lookup that return StrLookup Modifier and Type Method Description StrLookup
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 StrLookup Modifier and Type Method Description Map<String,StrLookup>
Interpolator. getStrLookupMap()
Methods in org.apache.logging.log4j.core.lookup with parameters of type StrLookup Modifier and Type Method Description 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 Constructor Description 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.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. -
Uses of StrLookup in org.apache.logging.log4j.docker
Classes in org.apache.logging.log4j.docker that implement StrLookup Modifier and Type Class Description class
DockerLookup
-