public static enum SystemLogService.Level extends Enum<SystemLogService.Level>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SystemLogService.Level |
toLevel(String level) |
static SystemLogService.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemLogService.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemLogService.Level NONE
public static final SystemLogService.Level DEFAULT
public static final SystemLogService.Level INFO
public static final SystemLogService.Level TRACE
public static SystemLogService.Level[] values()
for (SystemLogService.Level c : SystemLogService.Level.values()) System.out.println(c);
public static SystemLogService.Level 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 getValue()
public static SystemLogService.Level toLevel(String level)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.