Class JndiLookup
- java.lang.Object
-
- org.apache.logging.log4j.core.lookup.AbstractLookup
-
- org.apache.logging.log4j.core.lookup.JndiLookup
-
- All Implemented Interfaces:
StrLookup
@Plugin(name="jndi", category="Lookup") public class JndiLookup extends AbstractLookup
Looks up keys from JNDI resources.
-
-
Constructor Summary
Constructors Constructor Description JndiLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lookup(LogEvent event, String key)
Looks up the value of the JNDI resource.-
Methods inherited from class org.apache.logging.log4j.core.lookup.AbstractLookup
lookup
-
-