public static enum EZLoggerManager.LogLevel extends Enum<EZLoggerManager.LogLevel>
Modifier and Type | Method and Description |
---|---|
static EZLoggerManager.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EZLoggerManager.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZLoggerManager.LogLevel error
public static final EZLoggerManager.LogLevel warn
public static final EZLoggerManager.LogLevel info
public static final EZLoggerManager.LogLevel debug
public static EZLoggerManager.LogLevel[] values()
for (EZLoggerManager.LogLevel c : EZLoggerManager.LogLevel.values()) System.out.println(c);
public static EZLoggerManager.LogLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullPlealog Software - 2003-2017