public static enum LoggerProgressMonitor.LogLevel extends Enum<LoggerProgressMonitor.LogLevel>
LoggerProgressMonitor.setLogLevel(LogLevel)
Modifier and Type | Method and Description |
---|---|
static LoggerProgressMonitor.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerProgressMonitor.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggerProgressMonitor.LogLevel trace
public static final LoggerProgressMonitor.LogLevel debug
public static final LoggerProgressMonitor.LogLevel info
public static final LoggerProgressMonitor.LogLevel warn
public static final LoggerProgressMonitor.LogLevel error
public static LoggerProgressMonitor.LogLevel[] values()
for (LoggerProgressMonitor.LogLevel c : LoggerProgressMonitor.LogLevel.values()) System.out.println(c);
public static LoggerProgressMonitor.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 © 2013-2014. All Rights Reserved.