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 org.apache.logging.log4j.web The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web application. -
-
Uses of StrLookup in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement StrLookup Modifier and Type Class Description private static classPropertiesPlugin.NullLookupMethods in org.apache.logging.log4j.core.config that return StrLookup Modifier and Type Method Description static StrLookupPropertiesPlugin. 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 classAbstractConfigurationAwareLookupStrLookup that is ConfigurationAware.classAbstractLookupA default lookup for others to extend.classContextMapLookupLooks up keys from the context.classDateLookupFormats the current date or the date in the LogEvent.classEnvironmentLookupLooks up keys from environment variables.classEventLookupLooks up values from the log event.classInterpolatorProxies all the otherStrLookups.classJavaLookupLooks up keys related to Java: Java version, JRE version, VM version, and so on.classJmxRuntimeInputArgumentsLookupMaps JVM input arguments (but not main arguments) using JMX to acquire JVM arguments.classJndiLookupLooks up keys from JNDI resources.classLog4jLookupLookup properties of Log4jclassLowerLookupConverts values to lower case.classMainMapLookupA map-based lookup for main arguments.classMapLookupA map-based lookup.classMarkerLookupLooks-up markers.classPropertiesLookupA lookup designed forPropertiesdefined in the configuration.classResourceBundleLookupLooks up keys from resource bundles.classStructuredDataLookupLooks up keys fromStructuredDataMessagelog messages.classSystemPropertiesLookupLooks up keys from system properties.classUpperLookupConverts values to upper case.Fields in org.apache.logging.log4j.core.lookup declared as StrLookup Modifier and Type Field Description private StrLookupInterpolator. defaultLookupprivate StrLookupStrSubstitutor. variableResolverVariable resolution is delegated to an implementer of VariableResolver.Fields in org.apache.logging.log4j.core.lookup with type parameters of type StrLookup Modifier and Type Field Description private java.util.Map<java.lang.String,StrLookup>Interpolator. strLookupMapMethods in org.apache.logging.log4j.core.lookup that return StrLookup Modifier and Type Method Description StrLookupInterpolator. getDefaultLookup()StrLookupStrSubstitutor. 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 java.util.Map<java.lang.String,StrLookup>Interpolator. getStrLookupMap()Methods in org.apache.logging.log4j.core.lookup with parameters of type StrLookup Modifier and Type Method Description voidStrSubstitutor. 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 ConfigurationStrSubstitutor(StrLookup lookup)Interpolator(StrLookup defaultLookup)Interpolator(StrLookup defaultLookup, java.util.List<java.lang.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, java.lang.String prefix, java.lang.String suffix, char escape)Creates a new instance and initializes it.StrSubstitutor(StrLookup variableResolver, java.lang.String prefix, java.lang.String suffix, char escape, java.lang.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. -
Uses of StrLookup in org.apache.logging.log4j.docker
Classes in org.apache.logging.log4j.docker that implement StrLookup Modifier and Type Class Description classDockerLookupLookups up keys for a Docker container. -
Uses of StrLookup in org.apache.logging.log4j.web
Classes in org.apache.logging.log4j.web that implement StrLookup Modifier and Type Class Description classWebLookup
-