Uses of Class
com.dylibso.chicory.log.Logger.Level
-
-
Uses of Logger.Level in com.dylibso.chicory.log
Methods in com.dylibso.chicory.log that return Logger.Level Modifier and Type Method Description static Logger.LevelLogger.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Logger.Level[]Logger.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dylibso.chicory.log with parameters of type Logger.Level Modifier and Type Method Description booleanLogger. isLoggable(Logger.Level level)booleanSystemLogger. isLoggable(Logger.Level level)voidLogger. log(Logger.Level level, String msg, Throwable throwable)voidSystemLogger. log(Logger.Level level, String msg, Throwable throwable)
-