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. |
static class |
AnsiElement.DefaultAnsiElement
Internal default
AnsiElement implementation. |
class |
AnsiStyle
Ansi styles. |
Modifier and Type | Field and Description |
---|---|
static AnsiElement |
AnsiElement.BLACK
Deprecated.
in 1.3.0 in favor of
AnsiColor.BLACK |
static AnsiElement |
AnsiElement.BLUE
Deprecated.
in 1.3.0 in favor of
AnsiColor.BLUE |
static AnsiElement |
AnsiElement.BOLD
Deprecated.
in 1.3.0 in favor of
AnsiStyle.BOLD |
static AnsiElement |
AnsiElement.CYAN
Deprecated.
in 1.3.0 in favor of
AnsiColor.CYAN |
static AnsiElement |
AnsiElement.DEFAULT
Deprecated.
in 1.3.0 in favor of
AnsiColor.DEFAULT |
static AnsiElement |
AnsiElement.FAINT
Deprecated.
in 1.3.0 in favor of
AnsiStyle.FAINT |
static AnsiElement |
AnsiElement.GREEN
Deprecated.
in 1.3.0 in favor of
AnsiColor.GREEN |
static AnsiElement |
AnsiElement.ITALIC
Deprecated.
in 1.3.0 in favor of
AnsiStyle.ITALIC |
static AnsiElement |
AnsiElement.MAGENTA
Deprecated.
in 1.3.0 in favor of
AnsiColor.MAGENTA |
static AnsiElement |
AnsiElement.NORMAL
Deprecated.
in 1.3.0 in favor of
AnsiStyle.NORMAL |
static AnsiElement |
AnsiElement.RED
Deprecated.
in 1.3.0 in favor of
AnsiColor.RED |
static AnsiElement |
AnsiElement.UNDERLINE
Deprecated.
in 1.3.0 in favor of
AnsiStyle.UNDERLINE |
static AnsiElement |
AnsiElement.WHITE
Deprecated.
in 1.3.0 in favor of
AnsiColor.WHITE |
static AnsiElement |
AnsiElement.YELLOW
Deprecated.
in 1.3.0 in favor of
AnsiColor.YELLOW |
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 © 2015 Pivotal Software, Inc.. All rights reserved.