oracle.toplink.essentials.logging |
|
Java Source File Name | Type | Comment |
AbstractSessionLog.java | Class | Represents the abstract log that implements all the generic logging functions.
It contains a singleton SessionLog that logs messages from outside any TopLink session.
The singleton SessionLog can also be passed to a TopLink session when messages
are logged through that session. |
DefaultSessionLog.java | Class | Purpose: Default log used for the session when message logging is enabled. |
JavaLog.java | Class | PUBLIC:
This is a wrapper class for java.util.logging. |
SessionLog.java | Interface | SessionLog is the ever-so-simple interface used by
TopLink to log generated messages and SQL. |
SessionLogEntry.java | Class | SessionLogEntry is a simple container object that holds
all the information pertinent to a TopLink logging event.
It has a date/time stamp indicating when the event took
place. |
TopLinkLogRecord.java | Class | |
TopLinkSimpleFormatter.java | Class |
Print a brief summary of a TopLink LogRecord in a human readable
format. |
TopLinkXMLFormatter.java | Class |
Format a TopLink LogRecord into a standard XML format. |