- All Implemented Interfaces:
- StrLookup
Converts values to lower case. The passed in "key" should be the value of another lookup.
- 
Field Summary
Fields inherited from interface org.apache.logging.log4j.core.lookup.StrLookupCATEGORY
 
- 
Constructor SummaryConstructors 
- 
Method Summary
Converts the "key" to lower case. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.logging.log4j.core.lookup.StrLookupevaluate
 
- 
Constructor Details
- 
LowerLookuppublic LowerLookup() 
 
- 
Method Details
- 
lookupConverts the "key" to lower case. 
- Parameters:
- key- the key to be looked up, may be null
- ignored- The current LogEvent.
- Returns:
- The value associated with the key.