public static enum Log.Tag.Kind extends java.lang.Enum<Log.Tag.Kind> implements Log.Tag
Log.Tag.Kind, Log.Tag.Sys
Modifier and Type | Method and Description |
---|---|
static Log.Tag.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Log.Tag.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log.Tag.Kind TRAC
public static final Log.Tag.Kind DEBG
public static final Log.Tag.Kind INFO
public static final Log.Tag.Kind WARN
public static final Log.Tag.Kind ERRR
public static final Log.Tag.Kind FATL
public static Log.Tag.Kind[] values()
for (Log.Tag.Kind c : Log.Tag.Kind.values()) System.out.println(c);
public static Log.Tag.Kind 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