|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--blackboard.platform.log.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 | |
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. |
java.lang.String |
toExternalString()
Maps enumerated type to a human readable string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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 static LogService.Verbosity fromExternalString(java.lang.String level)
level - String representation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||