org.apache.logging.log4j.core.lookup
Class AbstractLookup
java.lang.Object
org.apache.logging.log4j.core.lookup.AbstractLookup
- All Implemented Interfaces:
- StrLookup
- Direct Known Subclasses:
- EnvironmentLookup, Interpolator, JavaLookup, JndiLookup, ResourceBundleLookup, SystemPropertiesLookup
public abstract class AbstractLookup
- extends Object
- implements StrLookup
A default lookup for others to extend.
- Since:
- 2.1
Fields inherited from interface org.apache.logging.log4j.core.lookup.StrLookup |
CATEGORY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.logging.log4j.core.lookup.StrLookup |
lookup |
AbstractLookup
public AbstractLookup()
lookup
public String lookup(String key)
- Calls
lookup(null, key);
- Specified by:
lookup
in interface StrLookup
- Parameters:
key
- the key to be looked up, may be null
- Returns:
- the matching value, null if no match
- See Also:
StrLookup.lookup(LogEvent, String)
Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.