Uses of Class
org.apache.logging.log4j.message.StructuredDataId
-
Packages that use StructuredDataId Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support.org.apache.logging.log4j.message 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 StructuredDataId Modifier and Type Field Description private StructuredDataIdRfc5424Layout. mdcSdIdMethods in org.apache.logging.log4j.core.layout that return StructuredDataId Modifier and Type Method Description StructuredDataIdLoggerFields. getSdId()Methods in org.apache.logging.log4j.core.layout with parameters of type StructuredDataId Modifier and Type Method Description private java.lang.StringRfc5424Layout. getId(StructuredDataId id) -
Uses of StructuredDataId in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message declared as StructuredDataId Modifier and Type Field Description private StructuredDataIdStructuredDataMessage. idstatic StructuredDataIdStructuredDataId. METARFC 5424 Meta.static StructuredDataIdStructuredDataId. ORIGINRFC 5424 Origin.static StructuredDataIdStructuredDataId. TIME_QUALITYRFC 5424 Time Quality.Methods in org.apache.logging.log4j.message that return StructuredDataId Modifier and Type Method Description StructuredDataIdStructuredDataMessage. getId()Returns this message id.StructuredDataIdStructuredDataId. makeId(java.lang.String defaultId, int anEnterpriseNumber)Deprecated.UsemakeId(String, String)insteadStructuredDataIdStructuredDataId. makeId(java.lang.String defaultId, java.lang.String anEnterpriseNumber)Creates an id based on the current id.StructuredDataIdStructuredDataId. makeId(StructuredDataId id)Creates an id using another id to supply default values.Methods in org.apache.logging.log4j.message with parameters of type StructuredDataId Modifier and Type Method Description java.lang.StringStructuredDataMessage. asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId)Formats the structured data as described in RFC 5424.voidStructuredDataMessage. asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId, java.lang.StringBuilder sb)Formats the structured data as described in RFC 5424.private voidStructuredDataMessage. asXml(StructuredDataId structuredDataId, java.lang.StringBuilder sb)StructuredDataIdStructuredDataId. 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 StructuredDataId Constructor Description StructuredDataMessage(StructuredDataId id, java.lang.String msg, java.lang.String type)Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).StructuredDataMessage(StructuredDataId id, java.lang.String msg, java.lang.String type, int maxLength)Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).StructuredDataMessage(StructuredDataId id, java.lang.String msg, java.lang.String type, java.util.Map<java.lang.String,java.lang.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, java.lang.String msg, java.lang.String type, java.util.Map<java.lang.String,java.lang.String> data, int maxLength)Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map of structured data to include.
-