public static enum JooqLogger.Level extends Enum<JooqLogger.Level>
Enum Constant and Description |
---|
DEBUG |
ERROR |
FATAL |
INFO |
TRACE |
WARN |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(JooqLogger.Level level) |
static JooqLogger.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JooqLogger.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JooqLogger.Level TRACE
public static final JooqLogger.Level DEBUG
public static final JooqLogger.Level INFO
public static final JooqLogger.Level WARN
public static final JooqLogger.Level ERROR
public static final JooqLogger.Level FATAL
public static JooqLogger.Level[] values()
for (JooqLogger.Level c : JooqLogger.Level.values()) System.out.println(c);
public static JooqLogger.Level valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean supports(JooqLogger.Level level)
Copyright © 2016. All Rights Reserved.