Uses of Class
org.apache.logging.log4j.message.StructuredDataMessage.Format
-
Packages that use StructuredDataMessage.Format Package Description org.apache.logging.log4j.message Public Message Types used for Log4j 2. -
-
Uses of StructuredDataMessage.Format in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message that return StructuredDataMessage.Format Modifier and Type Method Description static StructuredDataMessage.Format
StructuredDataMessage.Format. valueOf(String name)
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.Format Modifier and Type Method Description String
StructuredDataMessage. asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId)
Formats the structured data as described in RFC 5424.void
StructuredDataMessage. asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId, StringBuilder sb)
Formats the structured data as described in RFC 5424.
-