Enum Class的使用
pkg.exoad.poprock.core.debug.DebugService.LogLevel
-
pkg.exoad.poprock.core.debug中DebugService.LogLevel的使用
修饰符和类型方法说明static DebugService.LogLevel
Returns the enum constant of this class with the specified name.static DebugService.LogLevel[]
DebugService.LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明static void
DebugService.log
(DebugService.LogLevel level, Object msg) Logs a message to the console with the specified leveldefault void
DebuggableMixin.LOG
(DebugService.LogLevel level, String message)