Uses of Class
org.apache.logging.log4j.message.StructuredDataId
Packages that use StructuredDataId
-
Uses of StructuredDataId in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message declared as StructuredDataIdModifier and TypeFieldDescriptionstatic final StructuredDataId
StructuredDataId.META
RFC 5424 Meta.static final StructuredDataId
StructuredDataId.ORIGIN
RFC 5424 Origin.static final StructuredDataId
StructuredDataId.TIME_QUALITY
RFC 5424 Time Quality.Methods in org.apache.logging.log4j.message that return StructuredDataIdModifier and TypeMethodDescriptionStructuredDataMessage.getId()
Returns this message id.final StructuredDataId
Deprecated.Creates an id based on the current id.StructuredDataId.makeId
(StructuredDataId id) Creates an id using another id to supply default values.Methods in org.apache.logging.log4j.message with parameters of type StructuredDataIdModifier 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.StructuredDataId.makeId
(StructuredDataId id) Creates an id using another id to supply default values.protected void
StructuredDataMessage.setId
(StructuredDataId id) Sets the id.Constructors in org.apache.logging.log4j.message with parameters of type StructuredDataIdModifierConstructorDescriptionStructuredDataMessage
(StructuredDataId id, String msg, String type) Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).StructuredDataMessage
(StructuredDataId id, String msg, String type, int maxLength) Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).StructuredDataMessage
(StructuredDataId id, String msg, String type, Map<String, String> data) Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map of structured data to include.StructuredDataMessage
(StructuredDataId id, String msg, String type, Map<String, String> data, int maxLength) Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map of structured data to include.
makeId(String, String)
instead