Class StructuredDataLookup
- java.lang.Object
-
- org.apache.logging.log4j.core.lookup.StructuredDataLookup
-
-
Constructor Summary
Constructors Constructor Description StructuredDataLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lookup(String key)
Returnsnull
.String
lookup(LogEvent event, String key)
Looks up the value for the key using the data in the LogEvent.
-