Package | Description |
---|---|
org.jooq.tools |
The
org.jooq.tools package contains jOOQ's public utilities. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JooqLogger.globalThreshold(JooqLogger.Level level)
Set a global level threshold to all JooqLoggers.
|
boolean |
JooqLogger.Level.supports(JooqLogger.Level level)
Deprecated.
|
Copyright © 2019. All rights reserved.