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