Package org.apache.logging.log4j.message

Public Message Types used for Log4j 2.0.

See:
          Description

Interface Summary
LoggerNameAwareMessage Message that is interested in the name of the Logger.
Message An interface for various Message implementations that can be logged.
MultiformatMessage A Message that can render itself in more than one way.
TimestampMessage Messages that use this interface will cause the timestamp in the message to be used instead of the timestmap in the LogEvent.
 

Class Summary
LocalizedMessage This class is not the recommended way to Localize messages.
MapMessage Represents a Message that consists of a Map.
ObjectMessage Handles messages that contain an Object.
ParameterizedMessage Handles messages that consist of a format string containing '{}' to represent each replaceable token, and the parameters.
SimpleMessage The simplest possible implementation of Message.
StructuredDataId The StructuredData identifier.
StructuredDataMessage Represents a Message that conforms to RFC 5424 (http://tools.ietf.org/html/rfc5424).
ThreadDumpMessage Captures information about all running Threads.
 

Enum Summary
MapMessage.MapFormat When set as the format specifier causes the Map to be formatted as XML.
 

Package org.apache.logging.log4j.message Description

Public Message Types used for Log4j 2.0. User's may implement their own Messages.



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