public static enum ConfigCore.LoggingLevel extends java.lang.Enum<ConfigCore.LoggingLevel>
Log module| Modifier and Type | Method and Description |
|---|---|
int |
getLevel() |
boolean |
prints(ConfigCore.LoggingLevel l) |
static ConfigCore.LoggingLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigCore.LoggingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigCore.LoggingLevel DEBUG
public static final ConfigCore.LoggingLevel INFO
public static final ConfigCore.LoggingLevel WARN
public static final ConfigCore.LoggingLevel ERROR
public static final ConfigCore.LoggingLevel OFF
public static ConfigCore.LoggingLevel[] values()
for (ConfigCore.LoggingLevel c : ConfigCore.LoggingLevel.values()) System.out.println(c);
public static ConfigCore.LoggingLevel 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 nullpublic int getLevel()
public boolean prints(ConfigCore.LoggingLevel l)