| Package | Description |
|---|---|
| org.apache.logging.log4j |
Public API for Log4j 2.
|
| org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
| org.apache.logging.log4j.simple |
Simple logging implementation.
|
| org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.
|
| org.apache.logging.log4j.status |
Status API for Log4j 2.
|
| org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
| Class and Description |
|---|
| Message
An interface for various Message implementations that can be logged.
|
| MessageFactory
Creates messages.
|
| StructuredDataMessage
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
|
| Class and Description |
|---|
| AbstractMessageFactory
Provides an abstract superclass for MessageFactory implementations with default implementations.
|
| LoggerNameAwareMessage
Message that is interested in the name of the Logger.
|
| MapMessage
Represents a Message that consists of a Map.
|
| MapMessage.MapFormat
When set as the format specifier causes the Map to be formatted as XML.
|
| Message
An interface for various Message implementations that can be logged.
|
| MessageFactory
Creates messages.
|
| MultiformatMessage
A Message that can render itself in more than one way.
|
| ParameterizedMessageFactory
Enables use of
{} parameter markers in message strings.
|
| ParameterizedNoReferenceMessageFactory
Specialized
ParameterizedMessageFactory that creates
SimpleMessage objects that do not retain a reference to the parameter object.
|
| SimpleMessageFactory
Factory for the simplest possible implementation of Message, the Message String given as the constructor argument.
|
| StringFormatterMessageFactory
Enables use of
Formatter strings in message strings.
|
| StructuredDataId
The StructuredData identifier.
|
| StructuredDataMessage
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.
|
| StructuredDataMessage.Format
Supported formats.
|
| Class and Description |
|---|
| Message
An interface for various Message implementations that can be logged.
|
| MessageFactory
Creates messages.
|
| Class and Description |
|---|
| Message
An interface for various Message implementations that can be logged.
|
| MessageFactory
Creates messages.
|
| Class and Description |
|---|
| Message
An interface for various Message implementations that can be logged.
|
| Class and Description |
|---|
| Message
An interface for various Message implementations that can be logged.
|