| AbstractCsvLayout |
A superclass for Comma-Separated Value (CSV) layouts.
|
| AbstractLayout |
Abstract base class for Layouts.
|
| AbstractLayout.Builder |
Subclasses can extend this abstract Builder.
|
| AbstractStringLayout |
Abstract base class for Layouts that result in a String.
|
| AbstractStringLayout.Builder |
|
| AbstractStringLayout.Serializer |
|
| AbstractStringLayout.Serializer2 |
|
| ByteBufferDestination |
ByteBufferDestination is the destination that Encoders write binary data to.
|
| CsvLogEventLayout |
A Comma-Separated Value (CSV) layout to log events.
|
| Encoder |
Objects implementing the Encoder interface know how to convert an object to some binary representation and
write the result to a ByteBuffer, ideally without creating temporary objects.
|
| GelfLayout |
Lays out events in the Graylog Extended Log Format (GELF) 1.1.
|
| GelfLayout.Builder |
|
| GelfLayout.CompressionType |
|
| HtmlLayout |
Outputs events as rows in an HTML table on an HTML page.
|
| HtmlLayout.Builder |
|
| HtmlLayout.FontSize |
Possible font sizes
|
| JsonLayout |
Note: The JsonLayout should be considered to be deprecated.
|
| JsonLayout.Builder |
|
| LevelPatternSelector |
Selects the pattern to use based on the Level in the LogEvent.
|
| LevelPatternSelector.Builder |
Custom MarkerPatternSelector builder.
|
| LoggerFields |
A LoggerFields container.
|
| MarkerPatternSelector |
Selects the pattern to use based on the Marker in the LogEvent.
|
| MarkerPatternSelector.Builder |
Custom MarkerPatternSelector builder.
|
| PatternLayout |
A flexible layout configurable with pattern string.
|
| PatternLayout.Builder |
Custom PatternLayout builder.
|
| PatternLayout.SerializerBuilder |
|
| PatternMatch |
PatternMatch configuration item.
|
| PatternMatch.Builder |
|
| PatternSelector |
Allows different patterns to be used with the PatternLayout based on some selection criteria.
|
| Rfc5424Layout |
Formats a log event in accordance with RFC 5424.
|
| Rfc5424Layout.Rfc5424LayoutBuilder |
|
| ScriptPatternSelector |
Selects the pattern to use based on the result of executing a Script.
|
| ScriptPatternSelector.Builder |
Custom ScriptPatternSelector builder.
|
| SerializedLayout |
Deprecated.
|
| SyslogLayout |
Formats a log event as a BSD Log record.
|
| SyslogLayout.Builder |
Builds a SyslogLayout.
|
| XmlLayout |
|
| XmlLayout.Builder |
|
| YamlLayout |
Appends a series of YAML events as strings serialized as bytes.
|
| YamlLayout.Builder |
|