Uses of Enum Class
com.teamdev.jxbrowser.logging.Level
Packages that use Level
Package
Description
Provides classes that allow you to configure logging.
-
Uses of Level in com.teamdev.jxbrowser.logging
Methods in com.teamdev.jxbrowser.logging that return LevelModifier 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.Methods in com.teamdev.jxbrowser.logging with parameters of type Level