public static enum LogbackUtil.LogLevel extends Enum<LogbackUtil.LogLevel>
| Enum Constant and Description |
|---|
ALL |
DEBUG |
ERROR |
INFO |
OFF |
TRACE |
WARN |
| Modifier and Type | Method and Description |
|---|---|
static LogbackUtil.LogLevel |
fromInt(int intValue) |
static LogbackUtil.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogbackUtil.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogbackUtil.LogLevel OFF
public static final LogbackUtil.LogLevel ERROR
public static final LogbackUtil.LogLevel WARN
public static final LogbackUtil.LogLevel INFO
public static final LogbackUtil.LogLevel DEBUG
public static final LogbackUtil.LogLevel TRACE
public static final LogbackUtil.LogLevel ALL
public static LogbackUtil.LogLevel[] values()
for (LogbackUtil.LogLevel c : LogbackUtil.LogLevel.values()) System.out.println(c);
public static LogbackUtil.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 nullpublic static LogbackUtil.LogLevel fromInt(int intValue)
Copyright © 2013–2014 Jabylon. All rights reserved.