Uses of Enum Class
no.ntnu.idatt1002.demo.Logger.Level
Packages that use Logger.Level
-
Uses of Logger.Level in no.ntnu.idatt1002.demo
Fields in no.ntnu.idatt1002.demo declared as Logger.LevelMethods in no.ntnu.idatt1002.demo that return Logger.LevelModifier and TypeMethodDescriptionstatic Logger.Level
Returns the enum constant of this class with the specified name.static Logger.Level[]
Logger.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in no.ntnu.idatt1002.demo with parameters of type Logger.LevelModifier and TypeMethodDescriptionstatic void
Logger.setLevel
(Logger.Level level) Sets the log level to the specified level.