org.apache.logging.log4j.core.lookup
Class ContextMapLookup
java.lang.Object
org.apache.logging.log4j.core.lookup.ContextMapLookup
- All Implemented Interfaces:
- StrLookup
public class ContextMapLookup
- extends Object
- implements StrLookup
Looks up keys from system properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextMapLookup
public ContextMapLookup()
lookup
public String lookup(String key)
- Lookup the value from the ThreadContext Map.
- Specified by:
lookup
in interface StrLookup
- Parameters:
key
- the key to be looked up, may be null
- Returns:
- The value associated with the key.
lookup
public String lookup(LogEvent event,
String key)
- Lookup the value from the ThreadContext Map.
- Specified by:
lookup
in interface StrLookup
- Parameters:
event
- The current LogEvent.key
- the key to be looked up, may be null
- Returns:
- The value associated with the key.
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.