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中的方法修饰符和类型方法说明private static intprivate org.apache.logging.log4j.Levelprivate static LoggerCompositeLogger.initLogger(List<Logger> loggers, Level level) protected booleanprivate LevelJavaLoggingLogger.levelToJavaLevel(Level level) private Loggerprotected voidCompositeLogger.logInternal(Level level, String msg, Throwable t, Object[] args) protected voidJavaLoggingLogger.logInternal(Level level, String format, Throwable t, Object[] args) protected voidLocationAwareSlf4jLogger.logInternal(Level level, String format, Throwable t, Object[] args) protected voidLog4j2Logger.logInternal(Level level, Object message, Throwable t) protected voidLog4j2Logger.logInternal(Level level, String format, Throwable t, Object[] args) protected voidLogger.logInternal(Level level, Object msg, Throwable t) protected abstract voidLogger.logInternal(Level level, String msg, Throwable t, Object[] args) private voidLogger.logInternal(Object[] arguments, Level level, String format) protected voidNoOpLogger.logInternal(Level level, Object msg, Throwable t) protected voidNoOpLogger.logInternal(Level level, String msg, Throwable t, Object[] args) protected voidSlf4jLogger.logInternal(Level level, String format, Throwable t, Object[] args)