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