public static enum Lj4lLogger.LogLevel extends Enum<Lj4lLogger.LogLevel>
| Enum Constant and Description |
|---|
DEBUG |
ERROR |
FATAL |
INFO |
TRACE |
WARN |
| Modifier and Type | Method and Description |
|---|---|
static Lj4lLogger.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lj4lLogger.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lj4lLogger.LogLevel TRACE
public static final Lj4lLogger.LogLevel DEBUG
public static final Lj4lLogger.LogLevel INFO
public static final Lj4lLogger.LogLevel WARN
public static final Lj4lLogger.LogLevel ERROR
public static final Lj4lLogger.LogLevel FATAL
public static Lj4lLogger.LogLevel[] values()
for (Lj4lLogger.LogLevel c : Lj4lLogger.LogLevel.values()) System.out.println(c);
public static Lj4lLogger.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 nullCopyright © 2019. All rights reserved.