Enum Constant and Description |
---|
debug
LogLvl 0
|
error
LogLvl 3
|
fatal
LogLvl 4
|
info
LogLvl 1
|
warn
LogLvl 2
|
Modifier and Type | Method and Description |
---|---|
AppColor |
getAppColor()
never null
|
boolean |
istErnsterAls(LogLvl logLvl)
Dieses Objekt ist mindestens so ernst oder gleich ernst wie das Argument
|
static LogLvl |
translateFromJDK(java.util.logging.Level level) |
static LogLvl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogLvl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogLvl debug
public static final LogLvl info
public static final LogLvl warn
public static final LogLvl error
public static final LogLvl fatal
public static LogLvl[] values()
for (LogLvl c : LogLvl.values()) System.out.println(c);
public static LogLvl 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 static LogLvl translateFromJDK(java.util.logging.Level level)
public final boolean istErnsterAls(LogLvl logLvl)
public AppColor getAppColor()
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft