public static enum LoggingOutputStream.Priority extends Enum<LoggingOutputStream.Priority>
Modifier and Type | Method and Description |
---|---|
void |
log(org.slf4j.Logger logger,
String msg) |
static LoggingOutputStream.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingOutputStream.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggingOutputStream.Priority TRACE
public static final LoggingOutputStream.Priority DEBUG
public static final LoggingOutputStream.Priority INFO
public static final LoggingOutputStream.Priority WARNING
public static final LoggingOutputStream.Priority ERROR
public static LoggingOutputStream.Priority[] values()
for (LoggingOutputStream.Priority c : LoggingOutputStream.Priority.values()) System.out.println(c);
public static LoggingOutputStream.Priority 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 void log(org.slf4j.Logger logger, String msg)
Copyright © 2015 OpenEstate. All rights reserved.