Uses of Interface
org.springframework.boot.ansi.AnsiElement
Package
Description
Support classes to provide ANSI color output.
Support for the Log4j 2 logging library.
Support for the Logback logging library.
-
Uses of AnsiElement in org.springframework.boot.ansi
Modifier and TypeClassDescriptionfinal class
AnsiElement
implementation for ANSI 8-bit foreground or background color codes.enum
Ansi
background colors.enum
Ansi
colors.enum
Ansi
styles.Modifier and TypeMethodDescriptionAnsiColors.findClosest
(Color color) Find the closestANSI color
to the given AWTColor
.Modifier and TypeMethodDescriptionstatic String
AnsiOutput.encode
(AnsiElement element) Encode a singleAnsiElement
if output is enabled. -
Uses of AnsiElement in org.springframework.boot.logging.log4j2
Modifier and TypeMethodDescriptionprotected void
ColorConverter.appendAnsiString
(StringBuilder toAppendTo, String in, AnsiElement element) -
Uses of AnsiElement in org.springframework.boot.logging.logback
Modifier and TypeMethodDescriptionprotected String
ColorConverter.toAnsiString
(String in, AnsiElement element)