Package | Description |
---|---|
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PatternLayout.PatternSelectorSerializer |
private static class |
PatternLayout.PatternSerializer |
Modifier and Type | Method and Description |
---|---|
private java.lang.StringBuilder |
PatternLayout.toText(AbstractStringLayout.Serializer2 serializer,
LogEvent event,
java.lang.StringBuilder destination)
Creates a text representation of the specified log event
and writes it into the specified StringBuilder.
|