Uses of Class
com.sun.enterprise.server.logging.AnsiColor
-
Packages that use AnsiColor Package Description com.sun.enterprise.server.logging -
-
Uses of AnsiColor in com.sun.enterprise.server.logging
Methods in com.sun.enterprise.server.logging that return AnsiColor Modifier and Type Method Description protected AnsiColorAnsiColorFormatter. getColor(Level level)AnsiColorAnsiColorFormatter. getLoggerColor()protected AnsiColorAnsiColorFormatter. getReset()static AnsiColorAnsiColor. valueOf(String name)Returns the enum constant of this type with the specified name.static AnsiColor[]AnsiColor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-