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 class
Default internal implementation ofLookupResult
.private static final class
private static final class
Methods in org.apache.logging.log4j.core.lookup that return LookupResultModifier and TypeMethodDescriptionCallsevaluate(null, key)
in the implementation.Resolves the specified variable.default LookupResult
Same asStrLookup.lookup(String)
, but provides additional metadata describing the result.default LookupResult
Same asStrLookup.lookup(LogEvent, String)
, but provides additional metadata describing the result.protected LookupResult
StrSubstitutor.resolveVariable
(LogEvent event, String variableName, StringBuilder buf, int startPos, int endPos) Internal method that resolves the value of a variable.