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