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