public static enum KittyLog.LOG_LEVEL extends java.lang.Enum<KittyLog.LOG_LEVEL>
| Modifier and Type | Method and Description |
|---|---|
static KittyLog.LOG_LEVEL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KittyLog.LOG_LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KittyLog.LOG_LEVEL D
public static final KittyLog.LOG_LEVEL E
public static final KittyLog.LOG_LEVEL W
public static final KittyLog.LOG_LEVEL I
public static final KittyLog.LOG_LEVEL V
public static final KittyLog.LOG_LEVEL WTF
public static KittyLog.LOG_LEVEL[] values()
for (KittyLog.LOG_LEVEL c : KittyLog.LOG_LEVEL.values()) System.out.println(c);
public static KittyLog.LOG_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