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 classAnsiElementimplementation for ANSI 8-bit foreground or background color codes.enumAnsibackground colors.enumAnsicolors.enumAnsistyles.Methods in org.springframework.boot.ansi that return AnsiElementModifier and TypeMethodDescriptionAnsiColors.findClosest(Color color) Find the closestANSI colorto the given AWTColor.Methods in org.springframework.boot.ansi with parameters of type AnsiElementModifier and TypeMethodDescriptionstatic StringAnsiOutput.encode(AnsiElement element) Encode a singleAnsiElementif 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 voidColorConverter.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 StringColorConverter.toAnsiString(String in, AnsiElement element)