Uses of Class
cz.xtf.core.service.logs.streaming.ServiceLogColor
-
Packages that use ServiceLogColor Package Description cz.xtf.core.service.logs.streaming -
-
Uses of ServiceLogColor in cz.xtf.core.service.logs.streaming
Fields in cz.xtf.core.service.logs.streaming declared as ServiceLogColor Modifier and Type Field Description static ServiceLogColor[]ServiceLogColor. COLORSMethods in cz.xtf.core.service.logs.streaming that return ServiceLogColor Modifier and Type Method Description static ServiceLogColorServiceLogColor. getNext()static ServiceLogColorServiceLogColor. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceLogColor[]ServiceLogColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.xtf.core.service.logs.streaming with parameters of type ServiceLogColor Modifier and Type Method Description ServiceLogColoredPrintStream.BuilderServiceLogColoredPrintStream.Builder. withColor(ServiceLogColor color)
-