| Package | Description |
|---|---|
| org.jboss.logmanager.formatters |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsonFormatter |
A formatter that outputs the record into JSON format optionally printing details.
|
class |
MultistepFormatter |
A formatter which formats a record in a series of steps.
|
class |
PatternFormatter |
A formatter which uses a text pattern to format messages.
|
class |
StructuredFormatter |
An abstract class that uses a generator to help generate structured data from a
record. |
class |
XmlFormatter |
A formatter that outputs the record in XML format.
|
| Modifier and Type | Method | Description |
|---|---|---|
static FormatStep |
Formatters.simpleMessageFormatStep(ExtFormatter formatter,
boolean leftJustify,
int minimumWidth,
boolean truncateBeginning,
int maximumWidth) |
Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.
|
static FormatStep |
Formatters.simpleMessageFormatStep(ExtFormatter formatter,
boolean leftJustify,
int minimumWidth,
int maximumWidth) |
Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.