|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Level
de.lmu.ifi.dbs.elki.logging.LogLevel
public class LogLevel
This class provides a set of logging levels that should be used to control logging output.
Level
,
Serialized FormField Summary | |
---|---|
static LogLevel |
ALL
ALL indicates that all messages should be logged. |
static LogLevel |
DEBUG_FINE
DEBUG_FINE is a message level providing debugging messages. |
static LogLevel |
DEBUG_FINER
DEBUG_FINER is a message level providing fairly detailed debugging messages. |
static LogLevel |
DEBUG_FINEST
DEBUG_FINEST is a message level providing highly detailed debugging messages. |
static LogLevel |
EXCEPTION
EXCEPTION is a message level indicating a serious failure. |
static LogLevel |
MESSAGE
MESSAGE is a message level describing This level is initialized to 1597 . |
static LogLevel |
PROGRESS
PROGRESS is a message level describing progress messages. |
static LogLevel |
VERBOSE
VERBOSE is a message level providing regular user information. |
static LogLevel |
WARNING
WARNING is a message level indicating warning messages. |
Fields inherited from class java.util.logging.Level |
---|
CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE |
Constructor Summary | |
---|---|
LogLevel(String name,
int value)
Constructs a log level with the given name and the given integer value. |
Method Summary |
---|
Methods inherited from class java.util.logging.Level |
---|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LogLevel EXCEPTION
This level is initialized to 1797
.
public static final LogLevel WARNING
This level is initialized to 1697
.
public static final LogLevel MESSAGE
This level is initialized to 1597
.
public static final LogLevel PROGRESS
This level is initialized to 1497
.
public static final LogLevel VERBOSE
This level is initialized to 1397
.
public static final LogLevel DEBUG_FINE
This level is initialized to 1297
.
public static final LogLevel DEBUG_FINER
This level is initialized to 1197
.
public static final LogLevel DEBUG_FINEST
This level is initialized to 1097
.
public static final LogLevel ALL
This level is initialized to 1045
.
Constructor Detail |
---|
public LogLevel(String name, int value)
name
- the name of the level.value
- the value of the leve.
|
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |