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