Purpose: Default log used for the session when message logging is enabled. The session can log information such as,
- all SQL executed
- informational messages
- debugging information
- all exceptions that occur within TopLink
As well information about the message can be logged such as,
- the session logging the message
- the connection executing the SQL
- the thread in which the log entry occurred
- the exact time (to milliseconds) that the log entry occurred
- the stack trace to the exception
@see SessionLog
@see AbstractSessionLog
@author Big Country