Field Summary |
|
final public static Priority | DEBUG Developer orientated messages, usually used during development of product. |
final public static Priority | ERROR A problem has occurred but it is not fatal. |
final public static Priority | FATAL_ERROR Something caused whole system to fail. |
final public static Priority | INFO Useful information messages such as state changes, client connection, user login etc. |
final public static Priority | WARN A problem or conflict has occurred but it may be recoverable, then
again it could be the start of the system failing. |