public static enum LogUIService.LogLevel extends Enum<LogUIService.LogLevel>
| Enum Constant and Description |
|---|
ALL |
CONFIG |
FINE |
FINER |
FINEST |
INFO |
OFF |
SEVERE |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
Level |
getLevel() |
static LogUIService.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogUIService.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogUIService.LogLevel ALL
public static final LogUIService.LogLevel FINEST
public static final LogUIService.LogLevel FINER
public static final LogUIService.LogLevel FINE
public static final LogUIService.LogLevel CONFIG
public static final LogUIService.LogLevel INFO
public static final LogUIService.LogLevel WARNING
public static final LogUIService.LogLevel SEVERE
public static final LogUIService.LogLevel OFF
public static LogUIService.LogLevel[] values()
for (LogUIService.LogLevel c : LogUIService.LogLevel.values()) System.out.println(c);
public static LogUIService.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 Level getLevel()
Copyright © 2019. All rights reserved.