| Interface | Description |
|---|---|
| FormatStep |
A single format step which handles some part of rendering a log record.
|
| StructuredFormatter.Generator |
A generator used to create the structured output.
|
| Class | Description |
|---|---|
| ColorMap | |
| ColorPatternFormatter |
A pattern formatter that colorizes the pattern in a fixed manner.
|
| CompoundFormatStep |
A compound format step.
|
| FormatStringParser |
A parser which can translate a log4j-style format string into a series of
FormatStep instances. |
| Formatters |
Formatter utility methods.
|
| JsonFormatter |
A formatter that outputs the record into JSON format optionally printing details.
|
| MultistepFormatter |
A formatter which formats a record in a series of steps.
|
| PatternFormatter |
A formatter which uses a text pattern to format messages.
|
| StructuredFormatter |
An abstract class that uses a generator to help generate structured data from a
record. |
| XmlFormatter |
A formatter that outputs the record in XML format.
|
| Enum | Description |
|---|---|
| FormatStep.ItemType |
An enumeration of the types of items that can be rendered.
|
| StructuredFormatter.ExceptionOutputType |
Defines the way a cause will be formatted.
|
| StructuredFormatter.Key |
The key used for the structured log record data.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.