public static enum LogLevelOption.LogLevel extends Enum<LogLevelOption.LogLevel>
| Modifier and Type | Method and Description |
|---|---|
static LogLevelOption.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevelOption.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogLevelOption.LogLevel TRACE
public static final LogLevelOption.LogLevel DEBUG
public static final LogLevelOption.LogLevel INFO
public static final LogLevelOption.LogLevel WARN
public static final LogLevelOption.LogLevel ERROR
public static LogLevelOption.LogLevel[] values()
for (LogLevelOption.LogLevel c : LogLevelOption.LogLevel.values()) System.out.println(c);
public static LogLevelOption.LogLevel 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 © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.