|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public LogLevel
The LogLevel class defines a set of standard logging levels that can be used to control logging output. The logging levels are internally ordered. Enabling logging at a given level also enables logging at all higher levels. Clients should normally use the predefined Level constants such as com.ibm.mashups.enabler.logging.LogLevel.SEVERE. The levels in descending order are:
| Field Summary | |
|---|---|
int |
TRACE
TRACE is a message level providing tracing information. |
int |
INFO
INFO is a message level for informational messages. |
int |
WARNING
WARNING is a message level indicating a potential problem. |
int |
SEVERE
SEVERE is a message level indicating a serious failure. |
| Field Detail |
|---|
int TRACE
500.
int INFO
800.
int WARNING
900.
int SEVERE
1000.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||