Uses of Enum Class
org.jooq.Log.Level
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's public utilities.
-
Uses of Log.Level in org.jooq
Modifier and TypeMethodDescriptionstatic Log.Level
Returns the enum constant of this class with the specified name.static Log.Level[]
Log.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Log a message in a given log level.void
Log a message in a given log level.void
Log a message in a given log level.void
Log a message in a given log level.boolean
If this level is a lower level than the argument level. -
Uses of Log.Level in org.jooq.tools
Modifier and TypeMethodDescriptionstatic void
JooqLogger.globalThreshold
(Log.Level level) Set a global level threshold to all JooqLoggers.void
Log a message in a given log level.void
Log a message in a given log level.void
Log a message in a given log level.void
Log a message in a given log level.