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 Stringlookup(String key)Returnsnull.Stringlookup(LogEvent event, String key)Looks up the value for the key using the data in the LogEvent.
-
-
-
Field Detail
-
ID_KEY
public static final String ID_KEY
Key to obtain the id of a structured message.- See Also:
- Constant Field Values
-
TYPE_KEY
public static final String TYPE_KEY
Key to obtain the type of a structured message.- See Also:
- Constant Field Values
-
-