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 |
Ansi8BitColor
AnsiElement implementation for ANSI 8-bit foreground or background color codes. |
class |
AnsiBackground
Ansi background colors. |
class |
AnsiColor
Ansi colors. |
class |
AnsiStyle
Ansi styles. |
Modifier and Type | Method and Description |
---|---|
AnsiElement |
AnsiColors.findClosest(Color color)
Find the closest
ANSI color to the given AWT Color . |
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) |