Package | Description |
---|---|
org.apache.logging.log4j.core.filter |
Log4j 2 Filter support.
|
org.apache.logging.log4j.message |
Public Message Types used for Log4j 2.
|
org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
Modifier and Type | Method and Description |
---|---|
protected IndexedReadOnlyStringMap |
MapFilter.getStringMap()
Returns the IndexedStringMap with
List<String> values that this MapFilter was constructed with. |
Modifier and Type | Method and Description |
---|---|
IndexedReadOnlyStringMap |
MapMessage.getIndexedReadOnlyStringMap()
Returns a read-only view of the message data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedStringMap
An extension of
StringMap that imposes a total ordering on its keys. |
Modifier and Type | Class and Description |
---|---|
class |
SortedArrayStringMap
Consider this class private.
Array-based implementation of the
ReadOnlyStringMap interface. |