public enum WaarpLogLevel extends Enum<WaarpLogLevel>
WaarpLogger
can log at.Enum Constant and Description |
---|
DEBUG
'DEBUG' log level.
|
ERROR
'ERROR' log level.
|
INFO
'INFO' log level.
|
NONE
'NONE' log level.
|
TRACE
'TRACE' log level.
|
WARN
'WARN' log level.
|
Modifier and Type | Method and Description |
---|---|
static WaarpLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaarpLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaarpLogLevel TRACE
public static final WaarpLogLevel DEBUG
public static final WaarpLogLevel INFO
public static final WaarpLogLevel WARN
public static final WaarpLogLevel ERROR
public static final WaarpLogLevel NONE
public static WaarpLogLevel[] values()
for (WaarpLogLevel c : WaarpLogLevel.values()) System.out.println(c);
public static WaarpLogLevel 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 © 2009–2022 Waarp. All rights reserved.