public static enum ApiProxy.LogRecord.Level extends java.lang.Enum<ApiProxy.LogRecord.Level>
Modifier and Type | Method and Description |
---|---|
static ApiProxy.LogRecord.Level |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiProxy.LogRecord.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiProxy.LogRecord.Level debug
public static final ApiProxy.LogRecord.Level info
public static final ApiProxy.LogRecord.Level warn
public static final ApiProxy.LogRecord.Level error
public static final ApiProxy.LogRecord.Level fatal
public static ApiProxy.LogRecord.Level[] values()
for (ApiProxy.LogRecord.Level c : ApiProxy.LogRecord.Level.values()) System.out.println(c);
public static ApiProxy.LogRecord.Level 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