Uses of Interface
org.apache.logging.log4j.core.lookup.LookupResult
Packages that use LookupResult
Package
Description
Configuration of Log4j 2.
Log4j 2 Lookups.
-
Uses of LookupResult in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return LookupResultModifier and TypeMethodDescription -
Uses of LookupResult in org.apache.logging.log4j.core.lookup
Classes in org.apache.logging.log4j.core.lookup that implement LookupResultModifier and TypeClassDescription(package private) final classDefault internal implementation ofLookupResult.private static final classprivate static final classMethods in org.apache.logging.log4j.core.lookup that return LookupResultModifier and TypeMethodDescriptionCallsevaluate(null, key)in the implementation.Resolves the specified variable.default LookupResultSame asStrLookup.lookup(String), but provides additional metadata describing the result.default LookupResultSame asStrLookup.lookup(LogEvent, String), but provides additional metadata describing the result.protected LookupResultStrSubstitutor.resolveVariable(LogEvent event, String variableName, StringBuilder buf, int startPos, int endPos) Internal method that resolves the value of a variable.