Class LowerLookup
- java.lang.Object
-
- org.apache.logging.log4j.core.lookup.LowerLookup
-
-
Constructor Summary
Constructors Constructor Description LowerLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lookup(String key)
Converts the "key" to lower case.String
lookup(LogEvent event, String key)
Converts the "key" to lower case.
-