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