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