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