Uses of Class
cn.boboweike.carrot.tasks.context.TaskDashboardLogger.Level
-
Packages that use TaskDashboardLogger.Level Package Description cn.boboweike.carrot.tasks.context -
-
Uses of TaskDashboardLogger.Level in cn.boboweike.carrot.tasks.context
Methods in cn.boboweike.carrot.tasks.context that return TaskDashboardLogger.Level Modifier and Type Method Description TaskDashboardLogger.LevelTaskDashboardLogger.TaskDashboardLogLine. getLevel()static TaskDashboardLogger.LevelTaskDashboardLogger.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskDashboardLogger.Level[]TaskDashboardLogger.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cn.boboweike.carrot.tasks.context with parameters of type TaskDashboardLogger.Level Constructor Description CarrotDashboardLogger(org.slf4j.Logger logger, TaskDashboardLogger.Level threshold)TaskDashboardLogLine(TaskDashboardLogger.Level level, String logMessage)
-