Uses of Class
org.jooq.Log.Level
-
Packages that use Log.Level Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.tools Theorg.jooq.tools
package contains jOOQ's public utilities. -
-
Uses of Log.Level in org.jooq
Methods in org.jooq that return Log.Level Modifier and Type Method Description static Log.Level
Log.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static Log.Level[]
Log.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type Log.Level Modifier and Type Method Description boolean
Log.Level. supports(Log.Level level)
-
Uses of Log.Level in org.jooq.tools
Methods in org.jooq.tools with parameters of type Log.Level Modifier and Type Method Description static void
JooqLogger. globalThreshold(Log.Level level)
Set a global level threshold to all JooqLoggers.
-