Package | Description |
---|---|
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.logging | |
oracle.toplink.essentials.platform.server | |
oracle.toplink.essentials.sessions |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSession.log(SessionLogEntry entry)
PUBLIC:
Log the log entry.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractSessionLog.formatMessage(SessionLogEntry entry)
Return the formatted message based on the information from the given SessionLogEntry.
|
protected String |
AbstractSessionLog.getSupplementDetailString(SessionLogEntry entry)
Return the supplement detail information including date, session, thread and connection.
|
protected void |
JavaLog.internalLog(SessionLogEntry entry,
Level javaLevel,
Logger logger)
INTERNAL:
|
void |
DefaultSessionLog.log(SessionLogEntry entry)
INTERNAL:
Log the entry.
|
void |
SessionLog.log(SessionLogEntry entry)
INTERNAL:
TopLink will call this method whenever something
needs to be logged (messages, SQL, etc.).
|
abstract void |
AbstractSessionLog.log(SessionLogEntry sessionLogEntry)
PUBLIC:
|
void |
JavaLog.log(SessionLogEntry entry)
PUBLIC:
|
Modifier and Type | Method and Description |
---|---|
void |
ServerLog.log(SessionLogEntry entry)
PUBLIC:
|
Modifier and Type | Method and Description |
---|---|
void |
Session.log(SessionLogEntry entry)
PUBLIC:
Log the log entry.
|
Copyright © 2023. All rights reserved.