Class LowerLookup
java.lang.Object
org.apache.logging.log4j.core.lookup.AbstractLookup
org.apache.logging.log4j.core.lookup.LowerLookup
- All Implemented Interfaces:
StrLookup
Converts values to lower case. The passed in "key" should be the value of another lookup.
-
Constructor Details
-
LowerLookup
public LowerLookup()
-
-
Method Details
-
lookup
Converts the "key" to lower case.- Parameters:
ignored- The current LogEvent.key- the key to be looked up, may be null- Returns:
- The value associated with the key.
-