Uses of Enum Class
io.fi0x.javalogger.logging.LogColor.Color
Packages that use LogColor.Color
-
Uses of LogColor.Color in io.fi0x.javalogger.logging
Methods in io.fi0x.javalogger.logging that return LogColor.ColorModifier and TypeMethodDescriptionstatic LogColor.ColorReturns the enum constant of this class with the specified name.static LogColor.Color[]LogColor.Color.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fi0x.javalogger.logging with parameters of type LogColor.ColorModifier and TypeMethodDescriptionstatic StringLogColor.get(LogColor.Color color) static StringLogColor.get(LogColor.Color color, LogColor.Design design) static StringLogColor.get(LogColor.Color color, LogColor.Design design, boolean bright) static StringLogColor.get(LogColor.Color color, LogColor.Design design, boolean bright, boolean foreground) Creates a String that corresponds to a usable color-code.