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