public abstract class AbstractLookup extends java.lang.Object implements StrLookup
Constructor and Description |
---|
AbstractLookup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
lookup(java.lang.String key)
Calls
lookup(null, key) in the super class. |
public java.lang.String lookup(java.lang.String key)
lookup(null, key)
in the super class.lookup
in interface StrLookup
key
- the key to be looked up, may be nullStrLookup.lookup(LogEvent, String)