Uses of Class
org.apache.logging.log4j.message.StructuredDataId
Packages that use StructuredDataId
Package
Description
Log4j 2 Layout support.
Public Message Types used for Log4j 2.
-
Uses of StructuredDataId in org.apache.logging.log4j.core.layout
Fields in org.apache.logging.log4j.core.layout declared as StructuredDataIdMethods in org.apache.logging.log4j.core.layout that return StructuredDataIdMethods in org.apache.logging.log4j.core.layout with parameters of type StructuredDataId -
Uses of StructuredDataId in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message declared as StructuredDataIdModifier and TypeFieldDescriptionprivate StructuredDataIdStructuredDataMessage.idstatic final StructuredDataIdStructuredDataId.METARFC 5424 Meta.static final StructuredDataIdStructuredDataId.ORIGINRFC 5424 Origin.static final StructuredDataIdStructuredDataId.TIME_QUALITYRFC 5424 Time Quality.Methods in org.apache.logging.log4j.message that return StructuredDataIdModifier and TypeMethodDescriptionStructuredDataMessage.getId()Returns this message id.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 StringStructuredDataMessage.asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId) Formats the structured data as described in RFC 5424.final voidStructuredDataMessage.asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId, StringBuilder sb) Formats the structured data as described in RFC 5424.private voidStructuredDataMessage.asXml(StructuredDataId structuredDataId, StringBuilder sb) StructuredDataId.makeId(StructuredDataId id) Creates an id using another id to supply default values.protected voidStructuredDataMessage.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.