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)
Returns the enum constant of this type with the specified name.
|
static JooqLogger.Level[] |
JooqLogger.Level.values()
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) |
Copyright © 2016. All Rights Reserved.