Uses of Class
org.apache.logging.log4j.message.StructuredDataId

Packages that use StructuredDataId
org.apache.logging.log4j.message Public Message Types used for Log4j 2.0. 
 

Uses of StructuredDataId in org.apache.logging.log4j.message
 

Fields in org.apache.logging.log4j.message declared as StructuredDataId
static StructuredDataId StructuredDataId.META
          RFC 5424 Meta.
static StructuredDataId StructuredDataId.ORIGIN
          RFC 5424 Origin.
static StructuredDataId StructuredDataId.TIME_QUALITY
          RFC 5424 Time Quality.
 

Methods in org.apache.logging.log4j.message that return StructuredDataId
 StructuredDataId StructuredDataMessage.getId()
          Return the id.
 StructuredDataId StructuredDataId.makeId(String defaultId, int enterpriseNumber)
          Creates an id based on the current id.
 StructuredDataId 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 StructuredDataId
 String StructuredDataMessage.asString(String format, StructuredDataId structuredDataId)
          Format the Structured data as described in RFC 5424.
 StructuredDataId StructuredDataId.makeId(StructuredDataId id)
          Creates an id using another id to supply default values.
protected  void StructuredDataMessage.setId(StructuredDataId id)
          Set the id.
 

Constructors in org.apache.logging.log4j.message with parameters of type StructuredDataId
StructuredDataMessage(StructuredDataId id, String msg, String type)
          Constructor based on a StructuredDataId.
StructuredDataMessage(StructuredDataId id, String msg, String type, Map<String,String> data)
          Constructor based on a StructuredDataId.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.