Enum Class的使用
pkg.exoad.poprock.core.debug.DebugService.LogLevel
使用DebugService.LogLevel的程序包
-
pkg.exoad.poprock.core.debug中DebugService.LogLevel的使用
修饰符和类型方法说明static DebugService.LogLevelReturns 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 voidDebugService.log(DebugService.LogLevel level, Object msg) Logs a message to the console with the specified leveldefault voidDebuggableMixin.LOG(DebugService.LogLevel level, String message)