public static enum MLLogger.VerboseLevel extends Enum<MLLogger.VerboseLevel>
Enum Constant and Description |
---|
HIGH
High.
|
LOW
Low.
|
OFF
Disabled.
|
Modifier and Type | Method and Description |
---|---|
static MLLogger.VerboseLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLLogger.VerboseLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLLogger.VerboseLevel OFF
public static final MLLogger.VerboseLevel LOW
public static final MLLogger.VerboseLevel HIGH
public static MLLogger.VerboseLevel[] values()
for (MLLogger.VerboseLevel c : MLLogger.VerboseLevel.values()) System.out.println(c);
public static MLLogger.VerboseLevel 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 null
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024