public static enum OtclConstants.LogLevel extends Enum<OtclConstants.LogLevel>
| Enum Constant and Description |
|---|
DEBUG
The debug.
|
ERROR
The error.
|
INFO
The info.
|
TRACE
The trace.
|
WARN
The warn.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
To string.
|
static OtclConstants.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtclConstants.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtclConstants.LogLevel ERROR
public static final OtclConstants.LogLevel WARN
public static final OtclConstants.LogLevel INFO
public static final OtclConstants.LogLevel DEBUG
public static final OtclConstants.LogLevel TRACE
public static OtclConstants.LogLevel[] values()
for (OtclConstants.LogLevel c : OtclConstants.LogLevel.values()) System.out.println(c);
public static OtclConstants.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 toString()
toString in class Enum<OtclConstants.LogLevel>Copyright © 2021. All rights reserved.