Uses of Class
org.apache.logging.log4j.message.StructuredDataMessage
Packages that use StructuredDataMessage
Package
Description
Public API for Log4j 2.
Log4j 2 Filter support.
Log4j 2 Layout support.
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 StructuredDataMessageModifier and TypeMethodDescriptionstatic 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 StructuredDataMessageModifier and TypeMethodDescriptionprotected Filter.ResultStructuredDataFilter.filter(StructuredDataMessage message) private StringBuilderStructuredDataFilter.getValue(StructuredDataMessage data, String key) -
Uses of StructuredDataMessage in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout with parameters of type StructuredDataMessageModifier and TypeMethodDescriptionprivate voidRfc5424Layout.addStructuredData(Map<String, Rfc5424Layout.StructuredDataElement> sdElements, StructuredDataMessage data) -
Uses of StructuredDataMessage in org.apache.logging.log4j.message
Subclasses with type arguments of type StructuredDataMessage in org.apache.logging.log4j.messageModifier and TypeClassDescriptionclassRepresents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.Classes in org.apache.logging.log4j.message that implement interfaces with type arguments of type StructuredDataMessageModifier and TypeClassDescriptionclassA collection of StructuredDataMessages.Fields in org.apache.logging.log4j.message with type parameters of type StructuredDataMessageModifier and TypeFieldDescriptionprivate final List<StructuredDataMessage> StructuredDataCollectionMessage.structuredDataMessageListMethods in org.apache.logging.log4j.message that return StructuredDataMessageMethods in org.apache.logging.log4j.message that return types with arguments of type StructuredDataMessageConstructors in org.apache.logging.log4j.message with parameters of type StructuredDataMessageModifierConstructorDescriptionprivateStructuredDataMessage(StructuredDataMessage msg, Map<String, String> map) Constructor based on a StructuredDataMessage.Constructor parameters in org.apache.logging.log4j.message with type arguments of type StructuredDataMessageModifierConstructorDescription