public static enum JkLog.Type extends java.lang.Enum<JkLog.Type>
Enum Constant and Description |
---|
DEBUG |
END_TASK |
ERROR |
INFO |
PROGRESS |
START_TASK |
START_TASK_VERBOSE |
VERBOSE |
WARN |
Modifier and Type | Method and Description |
---|---|
boolean |
isMessageType() |
static JkLog.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JkLog.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JkLog.Type ERROR
public static final JkLog.Type WARN
public static final JkLog.Type INFO
public static final JkLog.Type VERBOSE
public static final JkLog.Type DEBUG
public static final JkLog.Type PROGRESS
public static final JkLog.Type START_TASK
public static final JkLog.Type END_TASK
public static final JkLog.Type START_TASK_VERBOSE
public static JkLog.Type[] values()
for (JkLog.Type c : JkLog.Type.values()) System.out.println(c);
public static JkLog.Type 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 nullpublic boolean isMessageType()