Class PropertiesLookup.ContextPropertyResult
java.lang.Object
org.apache.logging.log4j.core.lookup.PropertiesLookup.ContextPropertyResult
- All Implemented Interfaces:
LookupResult
- Enclosing class:
PropertiesLookup
private static final class PropertiesLookup.ContextPropertyResult
extends Object
implements LookupResult
-
Field Details
-
value
-
-
Constructor Details
-
ContextPropertyResult
ContextPropertyResult(String value)
-
-
Method Details
-
value
Description copied from interface:LookupResult
Value of the lookup result. Never null.- Specified by:
value
in interfaceLookupResult
-
isLookupEvaluationAllowedInValue
public boolean isLookupEvaluationAllowedInValue()Unlike configuration properties, context properties are not built around lookup syntax.- Specified by:
isLookupEvaluationAllowedInValue
in interfaceLookupResult
-
toString
-