Uses of Enum Class
cloud.opencode.base.log.spi.AnsiColor
Packages that use AnsiColor
Package
Description
SPI (Service Provider Interface) - Pluggable Logging Providers
SPI(服务提供者接口) - 可插拔日志提供者
-
Uses of AnsiColor in cloud.opencode.base.log.spi
Subclasses with type arguments of type AnsiColor in cloud.opencode.base.log.spiModifier and TypeClassDescriptionenumANSI Color Code Enumeration - Defines Terminal Color Escape Sequences ANSI 颜色代码枚举 - 定义终端颜色转义序列Methods in cloud.opencode.base.log.spi that return AnsiColorModifier and TypeMethodDescriptionstatic AnsiColorReturns the enum constant of this class with the specified name.static AnsiColor[]AnsiColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.log.spi with parameters of type AnsiColorModifier and TypeMethodDescriptionConsoleFormatter.formatWithColor(String text, AnsiColor color) Wraps text with the given ANSI color code.