public interface PrettyPrinterInterface
Modifier and Type | Field and Description |
---|---|
static PrettyPrinterInterface |
NO_OP_PRETTY_PRINTER
Default implementation that simply returns the message.
|
Modifier and Type | Method and Description |
---|---|
String |
prettyPrint(String message)
Transforms the message into a pretty-printed format.
|
static final PrettyPrinterInterface NO_OP_PRETTY_PRINTER
String prettyPrint(String message)
REDACTED
.
message
- the message to be pretty printedCopyright © 2018. All Rights Reserved.