public static enum LogControl.LogLevel extends Enum<LogControl.LogLevel>
The list is in descending order.
| Enum Constant and Description |
|---|
ALL |
DEBUG |
ERROR |
FATAL |
INFO |
OFF |
TRACE |
WARN |
| Modifier and Type | Method and Description |
|---|---|
String |
getLog4Jname()
Get the log4j name of this level.
|
static LogControl.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogControl.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogControl.LogLevel ALL
public static final LogControl.LogLevel FATAL
public static final LogControl.LogLevel ERROR
public static final LogControl.LogLevel WARN
public static final LogControl.LogLevel INFO
public static final LogControl.LogLevel DEBUG
public static final LogControl.LogLevel TRACE
public static final LogControl.LogLevel OFF
public static LogControl.LogLevel[] values()
for (LogControl.LogLevel c : LogControl.LogLevel.values()) System.out.println(c);
public static LogControl.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 String getLog4Jname()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.