public static enum Webex.LogLevel extends java.lang.Enum<Webex.LogLevel>
Enum Constant and Description |
---|
ALL |
DEBUG |
DEBUG_NO_HTTP_DETAILS |
ERROR |
INFO |
NO |
VERBOSE |
WARNING |
Modifier and Type | Method and Description |
---|---|
static Webex.LogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Webex.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webex.LogLevel NO
public static final Webex.LogLevel ERROR
public static final Webex.LogLevel WARNING
public static final Webex.LogLevel INFO
public static final Webex.LogLevel DEBUG_NO_HTTP_DETAILS
public static final Webex.LogLevel DEBUG
public static final Webex.LogLevel VERBOSE
public static final Webex.LogLevel ALL
public static Webex.LogLevel[] values()
for (Webex.LogLevel c : Webex.LogLevel.values()) System.out.println(c);
public static Webex.LogLevel 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 namejava.lang.NullPointerException
- if the argument is null