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- 
AbstractLookuppublic AbstractLookup()
 
- 
- 
Method Details- 
lookupCallslookup(null, key)in the implementation.
- 
evaluateCallsevaluate(null, key)in the implementation.
 
-