| AbstractMessageFactory |
|
| BasicThreadInformation |
Generates information about the current Thread.
|
| DefaultFlowMessageFactory |
Default factory for flow messages.
|
| DefaultFlowMessageFactory.AbstractFlowMessage |
|
| DefaultFlowMessageFactory.SimpleEntryMessage |
|
| DefaultFlowMessageFactory.SimpleExitMessage |
|
| 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<M extends MapMessage<M,V>,V> |
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.
|
| ParameterFormatter.MessagePatternAnalysis |
|
| ParameterizedMessage |
A Message accepting argument placeholders in the formatting pattern.
|
| ParameterizedMessage.FormatBufferHolder |
|
| 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.
|
| ReusableMessageFactory.SerializationProxy |
|
| 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 |
|
| StringMapMessage |
|
| StructuredDataCollectionMessage |
A collection of StructuredDataMessages.
|
| 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.ThreadDumpMessageProxy |
Proxy pattern used to serialize the ThreadDumpMessage.
|