Package | Description |
---|---|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
Modifier and Type | Method and Description |
---|---|
static MapPatternConverter |
MapPatternConverter.newInstance(java.lang.String[] options,
MapMessage.MapFormat format)
Obtain an instance of
MapPatternConverter . |
Modifier and Type | Method and Description |
---|---|
private MapMessage.MapFormat |
MapMessage.getFormat(java.lang.String[] formats) |
static MapMessage.MapFormat |
MapMessage.MapFormat.lookupIgnoreCase(java.lang.String format)
Maps a format name to an
MapMessage.MapFormat while ignoring case. |
static MapMessage.MapFormat |
MapMessage.MapFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapMessage.MapFormat[] |
MapMessage.MapFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.StringBuilder |
MapMessage.format(MapMessage.MapFormat format,
java.lang.StringBuilder sb)
Formats the Structured data as described in RFC 5424.
|