Enum Class的使用
cn.taketoday.logging.Level
使用Level的程序包
-
cn.taketoday.logging中Level的使用
返回Level的cn.taketoday.logging中的方法修饰符和类型方法说明static LevelReturns the enum constant of this class with the specified name.static Level[]Level.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为Level的cn.taketoday.logging中的方法修饰符和类型方法说明booleanprotected abstract voidLogger.logInternal(Level level, Object msg, Throwable t) protected abstract voidLogger.logInternal(Level level, String msg, Throwable t, Object[] args) protected voidNoOpLogger.logInternal(Level level, Object msg, Throwable t) protected voidNoOpLogger.logInternal(Level level, String msg, Throwable t, Object[] args)