Package | Description |
---|---|
org.springframework.boot.ansi |
Support classes to provide ANSI color output.
|
org.springframework.boot.logging.logback |
Support for the Logback logging library.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnsiElement.DefaultAnsiElement
Internal default
AnsiElement implementation. |
Modifier and Type | Field and Description |
---|---|
static AnsiElement |
AnsiElement.BLACK |
static AnsiElement |
AnsiElement.BLUE |
static AnsiElement |
AnsiElement.BOLD |
static AnsiElement |
AnsiElement.CYAN |
static AnsiElement |
AnsiElement.DEFAULT |
static AnsiElement |
AnsiElement.FAINT |
static AnsiElement |
AnsiElement.GREEN |
static AnsiElement |
AnsiElement.ITALIC |
static AnsiElement |
AnsiElement.MAGENTA |
static AnsiElement |
AnsiElement.NORMAL |
static AnsiElement |
AnsiElement.RED |
static AnsiElement |
AnsiElement.UNDERLINE |
static AnsiElement |
AnsiElement.WHITE |
static AnsiElement |
AnsiElement.YELLOW |
Modifier and Type | Method and Description |
---|---|
protected String |
ColorConverter.toAnsiString(String in,
AnsiElement element) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.