Constructor and Description |
---|
StructuredDataLookup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
lookup(LogEvent event,
java.lang.String key)
Looks up the value for the key using the data in the LogEvent.
|
java.lang.String |
lookup(java.lang.String key)
Returns
null . |
public java.lang.String lookup(java.lang.String key)
null
. This Lookup plugin does not make sense outside the context of a LogEvent.public java.lang.String lookup(LogEvent event, java.lang.String key)