Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.platform.server.wls
Class WlsLog

java.lang.Object
  extended by oracle.toplink.logging.AbstractSessionLog
      extended by oracle.toplink.platform.server.ServerLog
          extended by oracle.toplink.platform.server.wls.WlsLog
All Implemented Interfaces:
java.lang.Cloneable, SessionLog

public class WlsLog
extends ServerLog

Logging class that integrates with the application server log. This class also implements the TopLink SessionLog interface so that it can be set as the session log, thereby causing all TopLink session logging to get redirected through this log sink. Note that extends the DefaultSessionLog log so that . TopLink for Wls logging may be done either through a session or directly through this logger.


Field Summary
static java.lang.String TOPLINK_LOG_ID
           
 
Fields inherited from interface oracle.toplink.logging.SessionLog
ALL, ALL_LABEL, CONFIG, CONFIG_LABEL, FINE, FINE_LABEL, FINER, FINER_LABEL, FINEST, FINEST_LABEL, INFO, INFO_LABEL, OFF_LABEL, SEVERE, SEVERE_LABEL, WARNING, WARNING_LABEL
 
Fields inherited from interface oracle.toplink.sessions.SessionLog
CACHE, CONNECTION, DMS, EJB, EJB_OR_METADATA, EVENT, loggerCatagories, OFF, PROPAGATION, PROPERTIES, QUERY, SEQUENCING, SERVER, SQL, TRANSACTION, WEAVER
 
Constructor Summary
WlsLog()
           
 
Method Summary
 
Methods inherited from class oracle.toplink.platform.server.ServerLog
log
 
Methods inherited from class oracle.toplink.logging.AbstractSessionLog
config, fine, finer, finest, getDateFormat, getDefaultLoggingLevel, getLevel, getLevel, getLevelString, getLog, getSession, getWriter, info, log, log, log, log, log, log, log, logThrowable, setDateFormat, setLevel, setLevel, setLog, setSession, setShouldLogDebug, setShouldLogExceptions, setShouldLogExceptionStackTrace, setShouldPrintConnection, setShouldPrintDate, setShouldPrintSession, setShouldPrintThread, setWriter, setWriter, severe, shouldLog, shouldLog, shouldLogDebug, shouldLogExceptions, shouldLogExceptionStackTrace, shouldPrintConnection, shouldPrintDate, shouldPrintSession, shouldPrintThread, throwing, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPLINK_LOG_ID

public static final java.lang.String TOPLINK_LOG_ID
See Also:
Constant Field Values
Constructor Detail

WlsLog

public WlsLog()

Copyright © 1998, 2010, Oracle. All Rights Reserved.