| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.tools | The  org.jooq.toolspackage 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 © 2017. All Rights Reserved.