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