public static enum LDSDKLogger.LoggerLevel extends java.lang.Enum<LDSDKLogger.LoggerLevel>
Enum Constant and Description |
---|
LOGGER_LEVEL_DEBUG
Debug Level
|
LOGGER_LEVEL_ERROR
Error Level
|
LOGGER_LEVEL_INFO
Info Level
|
LOGGER_LEVEL_VERBOSE
Verbose Level
|
LOGGER_LEVEL_WARN
Warn Level
|
Modifier and Type | Method and Description |
---|---|
static LDSDKLogger.LoggerLevel |
fromInteger(int value) |
int |
getValue() |
static LDSDKLogger.LoggerLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LDSDKLogger.LoggerLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LDSDKLogger.LoggerLevel LOGGER_LEVEL_VERBOSE
public static final LDSDKLogger.LoggerLevel LOGGER_LEVEL_DEBUG
public static final LDSDKLogger.LoggerLevel LOGGER_LEVEL_INFO
public static final LDSDKLogger.LoggerLevel LOGGER_LEVEL_WARN
public static final LDSDKLogger.LoggerLevel LOGGER_LEVEL_ERROR
public static LDSDKLogger.LoggerLevel[] values()
for (LDSDKLogger.LoggerLevel c : LDSDKLogger.LoggerLevel.values()) System.out.println(c);
public static LDSDKLogger.LoggerLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static LDSDKLogger.LoggerLevel fromInteger(int value)