public static enum ERXLog4JConfiguration.LoggerLevel extends Enum<ERXLog4JConfiguration.LoggerLevel>
Enum Constant and Description |
---|
ALL |
DEBUG |
ERROR |
FATAL |
INFO |
OFF |
TRACE |
UNSET |
WARN |
Modifier and Type | Method and Description |
---|---|
String |
displayName() |
org.apache.log4j.Level |
level() |
static ERXLog4JConfiguration.LoggerLevel |
loggerLevelForLog4JLevel(org.apache.log4j.Level level) |
static ERXLog4JConfiguration.LoggerLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXLog4JConfiguration.LoggerLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXLog4JConfiguration.LoggerLevel ALL
public static final ERXLog4JConfiguration.LoggerLevel TRACE
public static final ERXLog4JConfiguration.LoggerLevel DEBUG
public static final ERXLog4JConfiguration.LoggerLevel INFO
public static final ERXLog4JConfiguration.LoggerLevel WARN
public static final ERXLog4JConfiguration.LoggerLevel ERROR
public static final ERXLog4JConfiguration.LoggerLevel FATAL
public static final ERXLog4JConfiguration.LoggerLevel OFF
public static final ERXLog4JConfiguration.LoggerLevel UNSET
public static ERXLog4JConfiguration.LoggerLevel[] values()
for (ERXLog4JConfiguration.LoggerLevel c : ERXLog4JConfiguration.LoggerLevel.values()) System.out.println(c);
public static ERXLog4JConfiguration.LoggerLevel 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 org.apache.log4j.Level level()
public String displayName()
public static ERXLog4JConfiguration.LoggerLevel loggerLevelForLog4JLevel(org.apache.log4j.Level level)
Copyright © 2002 – 2024 Project Wonder.