|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XDOLogConstants
This interface XDOLogConstants defines constants for XML Publisher logging system.
Field Summary | |
---|---|
static int |
ERROR
Messages at this level represent error messages the user might encounter. |
static int |
EVENT
High level logging messages. |
static int |
EXCEPTION
Used for internal errors that may have been raised/exceptions that were thrown, which the user may not have been notified directly of. |
static int |
OFF
Used to disable logging. |
static int |
PROCEDURE
Logging messages called upon entry and/or exit from a routine. |
static java.lang.String |
RCS_ID
|
static int |
STATEMENT
Low level logging messages giving maximum detail. |
static int |
UNEXPECTED
Highest level of severity - catch-all for any errors that were not expected (by the developer) to have occurred during normal execution. |
Field Detail |
---|
static final java.lang.String RCS_ID
static final int UNEXPECTED
static final int ERROR
static final int EXCEPTION
static final int EVENT
static final int PROCEDURE
static final int STATEMENT
static final int OFF
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |