| Package | Description |
|---|---|
| org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormattedMessageFactory
Creates
FormattedMessage instances for
FormattedMessageFactory.
|
class |
LocalizedMessageFactory
Creates
LocalizedMessage instances for
LocalizedMessageFactory.
|
class |
MessageFormatMessageFactory
Creates
MessageFormatMessage instances for
MessageFormatMessageFactory.
|
class |
ParameterizedMessageFactory
Enables use of
{} parameter markers in message strings.
|
class |
ParameterizedNoReferenceMessageFactory
Specialized
ParameterizedMessageFactory that creates
SimpleMessage objects that do not retain a reference to the parameter object.
|
class |
SimpleMessageFactory
Factory for the simplest possible implementation of Message, the Message String given as the constructor argument.
|
class |
StringFormatterMessageFactory
Enables use of
Formatter strings in message strings.
|