org.apache.logging.log4j.core.lookup
Class JndiLookup
java.lang.Object
org.apache.logging.log4j.core.lookup.JndiLookup
- All Implemented Interfaces:
- StrLookup
public class JndiLookup
- extends Object
- implements StrLookup
Looks up keys from JNDI resources.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JndiLookup
public JndiLookup()
lookup
public String lookup(String key)
- Get the value of the JNDI resource.
- Specified by:
lookup
in interface StrLookup
- Parameters:
key
- the JNDI resource name to be looked up, may be null
- Returns:
- The value of the JNDI resource.
lookup
public String lookup(LogEvent event,
String key)
- Get the value of the JNDI resource.
- Specified by:
lookup
in interface StrLookup
- Parameters:
event
- The current LogEvent (is ignored by this StrLookup).key
- the JNDI resource name to be looked up, may be null
- Returns:
- The value of the JNDI resource.
Copyright © 1999-2013 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.