|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.platform.log.LogService.Verbosity
public static final class LogService.Verbosity
Enumeration of different log levels used in filtering log messages.
| Field Summary | |
|---|---|
static LogService.Verbosity |
DEBUG
Used to log all messages. |
static LogService.Verbosity |
DEFAULT
Default is DEBUG; however this is typically over-ridden in the service configuration file. |
static LogService.Verbosity |
ERROR
Used to log messages resulting from system errors. |
static LogService.Verbosity |
FATAL
Used to log messages that cause severe disruption to the system. |
static LogService.Verbosity |
INFORMATION
Used to log messages that are not necessarily error conditions, but might be useful for diagnostic purposes. |
static LogService.Verbosity |
WARNING
Used to log messages that result from potentially erroneous conditions. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static LogService.Verbosity |
fromExternalString(java.lang.String level)
Generates the proper enumerated object from a string representation. |
int |
getLevelAsInt()
Returns an integer representation of this verbosity. |
int |
hashCode()
|
boolean |
implies(LogService.Verbosity v)
Returns true if this verbosity implies that the other verbosity will be accepted by the logger. |
java.lang.String |
toExternalString()
Maps enumerated type to a human readable string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LogService.Verbosity FATAL
public static final LogService.Verbosity ERROR
public static final LogService.Verbosity WARNING
public static final LogService.Verbosity INFORMATION
public static final LogService.Verbosity DEBUG
public static final LogService.Verbosity DEFAULT
| Method Detail |
|---|
public int getLevelAsInt()
public java.lang.String toExternalString()
public boolean implies(LogService.Verbosity v)
v - Verbosity to compare to
public static LogService.Verbosity fromExternalString(java.lang.String level)
level - String representation
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||