Uses of Interface
org.springframework.boot.ansi.AnsiElement
Packages that use 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
Classes in org.springframework.boot.ansi that implement AnsiElementModifier and TypeClassDescriptionfinal class
AnsiElement
implementation for ANSI 8-bit foreground or background color codes.enum
Ansi
background colors.enum
Ansi
colors.enum
Ansi
styles.Methods in org.springframework.boot.ansi that return AnsiElementModifier and TypeMethodDescriptionAnsiColors.findClosest
(Color color) Find the closestANSI color
to the given AWTColor
.Methods in org.springframework.boot.ansi with parameters of type AnsiElementModifier and TypeMethodDescriptionstatic String
AnsiOutput.encode
(AnsiElement element) Encode a singleAnsiElement
if output is enabled. -
Uses of AnsiElement in org.springframework.boot.logging.log4j2
Methods in org.springframework.boot.logging.log4j2 with parameters of type AnsiElementModifier and TypeMethodDescriptionprotected void
ColorConverter.appendAnsiString
(StringBuilder toAppendTo, String in, AnsiElement element) -
Uses of AnsiElement in org.springframework.boot.logging.logback
Methods in org.springframework.boot.logging.logback with parameters of type AnsiElementModifier and TypeMethodDescriptionprotected String
ColorConverter.toAnsiString
(String in, AnsiElement element)