Class AbstractLookup
java.lang.Object
org.apache.logging.log4j.core.lookup.AbstractLookup
- All Implemented Interfaces:
StrLookup
- Direct Known Subclasses:
AbstractConfigurationAwareLookup,EnvironmentLookup,EventLookup,JavaLookup,JndiLookup,LowerLookup,MarkerLookup,ResourceBundleLookup,StructuredDataLookup,SystemPropertiesLookup
A default lookup for others to extend.
- Since:
- 2.1
-
Constructor Details
-
AbstractLookup
public AbstractLookup()
-
-
Method Details
-
lookup
Callslookup(null, key)in the implementation. -
evaluate
Callsevaluate(null, key)in the implementation.
-