Field Summary |
|
final public static Level | ALL The ALL has the lowest possible rank and is intended to
turn on all logging. |
final public static Level | DEBUG The DEBUG Level designates fine-grained
informational events that are most useful to debug an
application. |
final public static Level | ERROR The ERROR level designates error events that
might still allow the application to continue running. |
final public static Level | FATAL The FATAL level designates very severe error
events that will presumably lead the application to abort. |
final public static Level | INFO The INFO level designates informational messages
that highlight the progress of the application at coarse-grained
level. |
final public static Level | OFF The OFF has the highest possible rank and is
intended to turn off logging. |
final public static Level | TRACE The TRACE Level designates finer-grained
informational events than the DEBUG |
final public static int | TRACE_INT TRACE level integer value. |
final public static Level | WARN The WARN level designates potentially harmful situations. |
final static long | serialVersionUID Serialization version id. |