Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.util.xdo.common.log
Interface XDOLogConstants

All Known Subinterfaces:
XDOLog
All Known Implementing Classes:
Logger, XDOLogImpl

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

RCS_ID

static final java.lang.String RCS_ID
See Also:
Constant Field Values

UNEXPECTED

static final int UNEXPECTED
Highest level of severity - catch-all for any errors that were not expected (by the developer) to have occurred during normal execution.

See Also:
Constant Field Values

ERROR

static final int ERROR
Messages at this level represent error messages the user might encounter. For example, something like "Duplicate key in index; cannot insert".

See Also:
Constant Field Values

EXCEPTION

static final 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. Example: "Networking routine XYZ could not connect; retrying."

See Also:
Constant Field Values

EVENT

static final int EVENT
High level logging messages. Example: "User has chosen to Cancel the Purge operation."

See Also:
Constant Field Values

PROCEDURE

static final int PROCEDURE
Logging messages called upon entry and/or exit from a routine. Example: "Entering routine validateLogin."

See Also:
Constant Field Values

STATEMENT

static final int STATEMENT
Low level logging messages giving maximum detail. Example: "Copying string from buffer xyz to buffer zyx."

See Also:
Constant Field Values

OFF

static final int OFF
Used to disable logging.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.