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