public static enum BootstrapLogger.Level extends Enum<BootstrapLogger.Level>
| Enum Constant and Description |
|---|
ALL |
DEBUG |
ERROR |
INFO |
NONE |
TRACE |
WARN |
| Modifier and Type | Method and Description |
|---|---|
Level |
toJUL() |
static BootstrapLogger.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapLogger.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootstrapLogger.Level NONE
public static final BootstrapLogger.Level ERROR
public static final BootstrapLogger.Level WARN
public static final BootstrapLogger.Level INFO
public static final BootstrapLogger.Level DEBUG
public static final BootstrapLogger.Level TRACE
public static final BootstrapLogger.Level ALL
public static BootstrapLogger.Level[] values()
for (BootstrapLogger.Level c : BootstrapLogger.Level.values()) System.out.println(c);
public static BootstrapLogger.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 Level toJUL()
Copyright © 2017 JBoss by Red Hat. All rights reserved.