Modifier and Type | Method and Description |
---|---|
protected void |
EntityManagerSetupImpl.initOrUpdateLogging(Map m,
SessionLog log) |
Modifier and Type | Method and Description |
---|---|
static String |
DBPlatformHelper.getDBPlatform(String vendorName,
SessionLog logger)
Get Database Platform from vendor name.
|
Modifier and Type | Field and Description |
---|---|
protected SessionLog |
AbstractSession.sessionLog
Destination for logged messages and SQL.
|
Modifier and Type | Method and Description |
---|---|
SessionLog |
AbstractSession.getSessionLog()
PUBLIC:
Return the session log to which an accessor logs messages and SQL.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSession.setSessionLog(SessionLog sessionLog)
PUBLIC:
Set the session log to which an accessor logs messages and SQL.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionLog
Represents the abstract log that implements all the generic logging functions.
|
class |
DefaultSessionLog
Purpose: Default log used for the session when message logging is enabled.
|
class |
JavaLog
PUBLIC:
|
Modifier and Type | Field and Description |
---|---|
protected static SessionLog |
AbstractSessionLog.defaultLog
Represents the singleton SessionLog
|
Modifier and Type | Method and Description |
---|---|
static SessionLog |
AbstractSessionLog.getLog()
PUBLIC:
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractSessionLog.setLog(SessionLog sessionLog)
PUBLIC:
|
Modifier and Type | Class and Description |
---|---|
class |
ServerLog
Basic logging class that provides framework for integration with the application
server log.
|
Modifier and Type | Method and Description |
---|---|
SessionLog |
ServerPlatform.getServerLog()
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
|
SessionLog |
ServerPlatformBase.getServerLog()
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
|
SessionLog |
NoServerPlatform.getServerLog()
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
|
Modifier and Type | Method and Description |
---|---|
SessionLog |
Oc4jPlatform.getServerLog()
INTERNAL: getServerLog(): Return the ServerLog for this platform
Return JavaLog for Oc4jPlatform
|
Modifier and Type | Method and Description |
---|---|
SessionLog |
SunAS9ServerPlatform.getServerLog() |
Modifier and Type | Method and Description |
---|---|
SessionLog |
Session.getSessionLog()
PUBLIC:
Return the session log to which an accessor logs messages and SQL.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.setSessionLog(SessionLog sessionLog)
PUBLIC:
Set the session log to which an accessor logs messages and SQL.
|
Copyright © 2024. All rights reserved.