| Class | Description |
|---|---|
| JsonFormatter |
A formatter that outputs the record into JSON format optionally printing details.
|
| LogstashFormatter |
A
JSON formatter which adds the @version to
the generated JSON and overrides the timestamp key to @timestamp. |
| StructuredFormatter |
An abstract class that uses a generator to help generate structured data from a
record. |
| StructuredFormatter.Generator |
A generator used to create the structured output.
|
| XmlFormatter |
A formatter that outputs the record in XML format.
|
| Enum | Description |
|---|---|
| StructuredFormatter.ExceptionOutputType |
Defines the way a cause will be formatted.
|
| StructuredFormatter.Key |
The key used for the structured log record data.
|
| XmlFormatter.Namespace |
The namespaces for logged records.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.