|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sonicsw.mf.common.runtime.Level
public final class Level
Defines a standard set of logging severity levels. It is intended as a way of partially replicating what is comming in the java.util.logging package in JDK 1.4.
It is intended for use when logging messages through a component context, registering a component error condition through the component context, etc.
| Field Summary | |
|---|---|
static int |
CONFIG
CONFIG is a message/notification level for static configuration messages. |
static int |
FINE
FINE is a message level providing tracing information. |
static int |
FINER
FINER indicates a fairly detailed tracing message. |
static int |
FINEST
FINEST indicates a highly detailed tracing message. |
static int |
INFO
INFO is a message/notification level for informational messages. |
static java.lang.String[] |
LEVEL_TEXT
Textual representations of levels. |
static int |
SEVERE
SEVERE is a message/notification level indicating a serious failure. |
static int |
TRACE
TRACE is the same value as FINEST. |
static int |
UNKNOWN
UNKNOWN is an undefined level and should not be generally used, |
static int |
WARNING
WARNING is a message/notification level indicating a potential problem. |
| Constructor Summary | |
|---|---|
Level()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CONFIG
public static final int FINE
public static final int FINER
public static final int FINEST
public static final int INFO
public static final java.lang.String[] LEVEL_TEXT
public static final int SEVERE
public static final int TRACE
public static final int UNKNOWN
public static final int WARNING
| Constructor Detail |
|---|
public Level()
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||