Uses of Interface
org.apache.logging.log4j.core.lookup.LookupResult
Packages that use LookupResult
-
Uses of LookupResult in org.apache.logging.log4j.core.lookup
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.