Package | Description |
---|---|
org.springframework.boot.ansi |
Support classes to provide ANSI color output.
|
org.springframework.boot.logging.log4j2 |
Support for the Log4j 2 logging library.
|
org.springframework.boot.logging.logback |
Support for the Logback logging library.
|
Modifier and Type | Class and Description |
---|---|
class |
AnsiBackground
Ansi background colors. |
class |
AnsiColor
Ansi colors. |
class |
AnsiStyle
Ansi styles. |
Modifier and Type | Method and Description |
---|---|
static String |
AnsiOutput.encode(AnsiElement element)
Encode a single
AnsiElement if output is enabled. |
Modifier and Type | Method and Description |
---|---|
protected void |
ColorConverter.appendAnsiString(StringBuilder toAppendTo,
String in,
AnsiElement element) |
Modifier and Type | Method and Description |
---|---|
protected String |
ColorConverter.toAnsiString(String in,
AnsiElement element) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.