|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pelzer.util.Logging.Priority
public static final class Logging.Priority
This class has been added to wrap the older Log4j-style priorities into the SDK-style Levels. The only way to access this class is to use the static final objects.
| Field Summary | |
|---|---|
static Logging.Priority |
ALL
Special priority, maps to Level.ALL |
static Logging.Priority |
DEBUG
Maps to Level.FINE |
static Logging.Priority |
ERROR
Maps to Level.WARNING |
static Logging.Priority |
FATAL
Maps to Level.SEVERE |
static Logging.Priority |
INFO
Maps to Level.CONFIG |
static Logging.Priority |
OBNOXIOUS
Maps to Level.FINEST |
static Logging.Priority |
OFF
Special priority, maps to Level.OFF |
static Logging.Priority |
VERBOSE
Maps to Level.FINER |
static Logging.Priority |
WARN
Maps to Level.INFO |
| Method Summary | |
|---|---|
Level |
getLevel()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Logging.Priority OBNOXIOUS
Level.FINEST
public static final Logging.Priority VERBOSE
Level.FINER
public static final Logging.Priority DEBUG
Level.FINE
public static final Logging.Priority INFO
Level.CONFIG
public static final Logging.Priority WARN
Level.INFO
public static final Logging.Priority ERROR
Level.WARNING
public static final Logging.Priority FATAL
Level.SEVERE
public static final Logging.Priority ALL
Level.ALL
public static final Logging.Priority OFF
Level.OFF
| Method Detail |
|---|
public Level getLevel()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||