Package | Description |
---|---|
org.apache.log4j.layout | |
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4j1XmlLayout
Port of XMLLayout in Log4j 1.x.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStringLayout
Abstract base class for Layouts that result in a String.
|
class |
HtmlLayout
Outputs events as rows in an HTML table on an HTML page.
|
class |
PatternLayout
A flexible layout configurable with pattern string.
|
class |
Rfc5424Layout
Formats a log event in accordance with RFC 5424.
|
class |
SerializedLayout
Formats a
LogEvent in its Java serialized form. |
class |
SyslogLayout
Formats a log event as a BSD Log record.
|