Uses of Enum Class
com.teamdev.jxbrowser.logging.Level
Package
Description
Provides classes that allow you to configure logging.
-
Uses of Level in com.teamdev.jxbrowser.logging
Modifier and TypeMethodDescriptionstatic Level
Logger.level()
Returns the current log level specifying which message levels will be logged.static Level
Returns 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.