| Interface | Description |
|---|---|
| EntryMessage |
Entry flow messages
|
| ExitMessage |
Exit flow messages
|
| FlowMessage |
Flow messages
|
| FlowMessageFactory |
Creates flow messages.
|
| LoggerNameAwareMessage |
Message that is interested in the name of the Logger.
|
| Message |
An interface for various Message implementations that can be logged.
|
| MessageFactory |
Creates messages.
|
| MessageFactory2 |
Creates messages.
|
| MultiformatMessage |
A Message that can render itself in more than one way.
|
| ReusableMessage |
Messages implementing this interface are reused between logging calls.
|
| ThreadDumpMessage.ThreadInfoFactory |
Factory to create Thread information.
|
| ThreadInformation |
Interface used to print basic or extended thread information.
|
| TimestampMessage |
Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in
the LogEvent.
|
| Class | Description |
|---|---|
| AbstractMessageFactory |
Provides an abstract superclass for
MessageFactory2 implementations with default implementations (and for
MessageFactory by extension). |
| BasicThreadInformation |
Generates information about the current Thread.
|
| DefaultFlowMessageFactory |
Default factory for flow messages.
|
| DefaultFlowMessageFactory.AbstractFlowMessage | |
| DefaultFlowMessageFactory.SimpleEntryMessage | |
| DefaultFlowMessageFactory.SimpleExitMessage | |
| ExtendedThreadInformation |
Provides information on locks and monitors in the thread dump.
|
| FormattedMessage |
Handles messages that contain a format String.
|
| FormattedMessageFactory | |
| LocalizedMessage |
Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize
messages.
|
| LocalizedMessageFactory | |
| MapMessage |
Represents a Message that consists of a Map.
|
| MessageFormatMessage |
Handles messages that consist of a format string conforming to java.text.MessageFormat.
|
| MessageFormatMessageFactory | |
| ObjectArrayMessage |
Handles messages that contain an Object[].
|
| ObjectMessage |
Handles messages that contain an Object.
|
| ParameterFormatter |
Supports parameter formatting as used in ParameterizedMessage and ReusableParameterizedMessage.
|
| ParameterizedMessage |
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and
the parameters.
|
| ParameterizedMessageFactory | |
| ParameterizedNoReferenceMessageFactory | |
| ParameterizedNoReferenceMessageFactory.StatusMessage |
Message implementation that only keeps a reference to the error text and the error (if any), not to the
message parameters, in order to avoid memory leaks.
|
| ReusableMessageFactory |
Implementation of the
MessageFactory interface that avoids allocating temporary objects where possible. |
| ReusableObjectMessage |
Mutable Message wrapper around an Object message.
|
| ReusableParameterizedMessage |
Reusable parameterized message.
|
| ReusableSimpleMessage |
Mutable Message wrapper around a String message.
|
| SimpleMessage |
The simplest possible implementation of Message.
|
| SimpleMessageFactory | |
| StringFormattedMessage |
Handles messages that consist of a format string conforming to
Formatter. |
| StringFormatterMessageFactory | |
| StructuredDataId |
The StructuredData identifier.
|
| StructuredDataMessage |
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
|
| ThreadDumpMessage |
Captures information about all running Threads.
|
| ThreadDumpMessage.BasicThreadInfoFactory |
Factory to create basic thread information.
|
| ThreadDumpMessage.ExtendedThreadInfoFactory |
Factory to create extended thread information.
|
| ThreadDumpMessage.ThreadDumpMessageProxy |
Proxy pattern used to serialize the ThreadDumpMessage.
|
| Enum | Description |
|---|---|
| MapMessage.MapFormat |
When set as the format specifier causes the Map to be formatted as XML.
|
| StructuredDataMessage.Format |
Supported formats.
|
| Annotation Type | Description |
|---|---|
| AsynchronouslyFormattable |
Annotation that signals to asynchronous logging components that messages of this type can safely be passed to
a background thread without calling
Message.getFormattedMessage() first. |