|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CitrusleafClient.ClLogLevel>
net.citrusleaf.CitrusleafClient.ClLogLevel
public static enum CitrusleafClient.ClLogLevel
Log escalation level.
Enum Constant Summary | |
---|---|
DEBUG
Message used for debugging purposes. |
|
ERROR
Error condition has occurred. |
|
INFO
Normal information message. |
|
VERBOSE
Detailed message also used for debugging purposes. |
|
WARN
Unusual non-error condition has occurred. |
Method Summary | |
---|---|
static CitrusleafClient.ClLogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CitrusleafClient.ClLogLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CitrusleafClient.ClLogLevel ERROR
public static final CitrusleafClient.ClLogLevel WARN
public static final CitrusleafClient.ClLogLevel INFO
public static final CitrusleafClient.ClLogLevel DEBUG
public static final CitrusleafClient.ClLogLevel VERBOSE
Method Detail |
---|
public static CitrusleafClient.ClLogLevel[] values()
for (CitrusleafClient.ClLogLevel c : CitrusleafClient.ClLogLevel.values()) System.out.println(c);
public static CitrusleafClient.ClLogLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |