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