Uses of Class
org.apache.logging.log4j.message.StructuredDataMessage
-
Packages that use StructuredDataMessage Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.core.layout Log4j 2 Layout support.org.apache.logging.log4j.message Public Message Types used for Log4j 2. -
-
Uses of StructuredDataMessage in org.apache.logging.log4j
Methods in org.apache.logging.log4j with parameters of type StructuredDataMessage Modifier and Type Method Description static voidEventLogger. logEvent(StructuredDataMessage msg)Logs events with a level of ALL.static voidEventLogger. logEvent(StructuredDataMessage msg, Level level)Logs events and specify the logging level. -
Uses of StructuredDataMessage in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter with parameters of type StructuredDataMessage Modifier and Type Method Description protected Filter.ResultStructuredDataFilter. filter(StructuredDataMessage message)private java.lang.StringBuilderStructuredDataFilter. getValue(StructuredDataMessage data, java.lang.String key) -
Uses of StructuredDataMessage in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout with parameters of type StructuredDataMessage Modifier and Type Method Description private voidRfc5424Layout. addStructuredData(java.util.Map<java.lang.String,Rfc5424Layout.StructuredDataElement> sdElements, StructuredDataMessage data) -
Uses of StructuredDataMessage in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message with type parameters of type StructuredDataMessage Modifier and Type Field Description private java.util.List<StructuredDataMessage>StructuredDataCollectionMessage. structuredDataMessageListMethods in org.apache.logging.log4j.message that return StructuredDataMessage Modifier and Type Method Description StructuredDataMessageStructuredDataMessage. newInstance(java.util.Map<java.lang.String,java.lang.String> map)Methods in org.apache.logging.log4j.message that return types with arguments of type StructuredDataMessage Modifier and Type Method Description java.util.Iterator<StructuredDataMessage>StructuredDataCollectionMessage. iterator()Constructors in org.apache.logging.log4j.message with parameters of type StructuredDataMessage Constructor Description StructuredDataMessage(StructuredDataMessage msg, java.util.Map<java.lang.String,java.lang.String> map)Constructor based on a StructuredDataMessage.Constructor parameters in org.apache.logging.log4j.message with type arguments of type StructuredDataMessage Constructor Description StructuredDataCollectionMessage(java.util.List<StructuredDataMessage> messages)
-