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