Interface Summary
Message that is interested in the name of the Logger.
An interface for various Message implementations that can be logged.
A Message that can render itself in more than one way.
Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in the LogEvent.
Class Summary
Provides an abstract superclass for MessageFactory implementations with default implementations.
Handles messages that contain a format String.
Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize messages.
Represents a Message that consists of a Map.
Handles messages that consist of a format string conforming to java.text.MessageFormat.
Handles messages that contain an Object[].
Handles messages that contain an Object.
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and the parameters.
Enables use of
{} parameter markers in message strings.
The simplest possible implementation of Message.
Factory for the simplest possible implementation of Message, the Message String given as the constructor argument.
Handles messages that consist of a format string conforming to
Formatter.
Enables use of
Formatter strings in message strings.
The StructuredData identifier.
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
Captures information about all running Threads.
Enum Summary
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. Users may implement their own Messages.