Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd.api.common.logger.TLptsLog

Packages that use TLptsLog
com.lapetus_ltd.api.common.logger All the logger classes are in here. 
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
com.lapetus_ltd.api.db.gui.dialogs The connection and data view dialogs are available in here. 
 

Uses of TLptsLog in com.lapetus_ltd.api.common.logger
 

Methods in com.lapetus_ltd.api.common.logger that return TLptsLog
static TLptsLog TLptsLogger.logDebug(java.lang.String text, java.lang.Exception exception)
          Logs a debug and informs all registered log listeners.
static TLptsLog TLptsLogger.logDebug(java.lang.String errorCode, java.lang.String supportingText, java.lang.Exception exception)
          Like logDebug, but uses an internal resource error code.
static TLptsLog TLptsLogger.logError(java.lang.String text, java.lang.Exception exception)
          Logs an error and informs all registered log listeners.
static TLptsLog TLptsLogger.logError(java.lang.String errorCode, java.lang.String supportingText, java.lang.Exception exception)
          Like logError, but it uses a resource error code to find the string.
static TLptsLog TLptsLogger.logMessage(java.lang.String text, java.lang.Exception exception)
          Log a message and inform all registered log listeners.
static TLptsLog TLptsLogger.logMessage(java.lang.String errorCode, java.lang.String supportingText, java.lang.Exception exception)
          Like logMessage, but uses a resource error code.
static TLptsLog TLptsLogger.logWarning(java.lang.String text, java.lang.Exception exception)
          Logs a warning and informs all registered log listeners.
static TLptsLog TLptsLogger.logWarning(java.lang.String errorCode, java.lang.String supportingText, java.lang.Exception exception)
          Like logWarning, but uses an internal resource error code.
 

Methods in com.lapetus_ltd.api.common.logger that return types with arguments of type TLptsLog
static java.util.List<TLptsLog> TLptsLogger.getLogList(boolean showLastFirst)
          Gets a copy of the list of all the logs in the logger.
 

Methods in com.lapetus_ltd.api.common.logger with parameters of type TLptsLog
 void ILptsLogListener.newLogGenerated(TLptsLog log)
           Used to inform a listener that a new TLptsLog has been generated.
 void TLptsLogOutputListener.newLogGenerated(TLptsLog log)
          
Implementation of ILptsLogListener.newLogGenerated(TLptsLog).
 

Uses of TLptsLog in com.lapetus_ltd.api.db.control
 

Methods in com.lapetus_ltd.api.db.control with parameters of type TLptsLog
 void ILptsFactoryConnectionListener.newConnectionFailed(TLptsLog log)
           This informs the listener that a new Connection was not successful.
 

Uses of TLptsLog in com.lapetus_ltd.api.db.gui.dialogs
 

Methods in com.lapetus_ltd.api.db.gui.dialogs with parameters of type TLptsLog
 void TLptsViewLogPanel.newLogGenerated(TLptsLog log)
          Implements the ILptsLogListener.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)