com.github.dakusui.cmd.io
public enum LoggerLineWriter extends Enum<LoggerLineWriter> implements LineWriter
| Modifier and Type | Method and Description |
|---|---|
static LoggerLineWriter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerLineWriter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfwritepublic static final LoggerLineWriter ERROR
public static final LoggerLineWriter WARN
public static final LoggerLineWriter INFO
public static final LoggerLineWriter DEBUG
public static final LoggerLineWriter TRACE
public static LoggerLineWriter[] values()
for (LoggerLineWriter c : LoggerLineWriter.values()) System.out.println(c);
public static LoggerLineWriter 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 © 2013. All Rights Reserved.