Uses of Enum
org.apache.logging.log4j.message.StructuredDataMessage.Format
Packages that use StructuredDataMessage.Format
-
Uses of StructuredDataMessage.Format in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message that return StructuredDataMessage.FormatModifier and TypeMethodDescriptionstatic StructuredDataMessage.Format
Returns the enum constant of this type with the specified name.static StructuredDataMessage.Format[]
StructuredDataMessage.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.message with parameters of type StructuredDataMessage.FormatModifier and TypeMethodDescriptionfinal String
StructuredDataMessage.asString
(StructuredDataMessage.Format format, StructuredDataId structuredDataId) Formats the structured data as described in RFC 5424.final void
StructuredDataMessage.asString
(StructuredDataMessage.Format format, StructuredDataId structuredDataId, StringBuilder sb) Formats the structured data as described in RFC 5424.