Uses of Class
org.apache.logging.log4j.message.StructuredDataMessage.Format

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

Uses of StructuredDataMessage.Format in org.apache.logging.log4j.message
 

Methods in org.apache.logging.log4j.message that return StructuredDataMessage.Format
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
 String StructuredDataMessage.asString(StructuredDataMessage.Format format, StructuredDataId structuredDataId)
          Format the Structured data as described in RFC 5424.
 



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