Uses of Enum Class
io.fi0x.javalogger.logging.LogColor.Design
Packages that use LogColor.Design
-
Uses of LogColor.Design in io.fi0x.javalogger.logging
Methods in io.fi0x.javalogger.logging that return LogColor.DesignModifier and TypeMethodDescriptionstatic LogColor.DesignReturns the enum constant of this class with the specified name.static LogColor.Design[]LogColor.Design.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.DesignModifier and TypeMethodDescriptionstatic 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.