Uses of Interface
org.cementj.log.Logger

Packages that use Logger
org.cementj.log Provides logger abstraction allowing applications to easily switch logging utilities without changing code. 
org.cementj.pool Provides a generic pooling package. 
 

Uses of Logger in org.cementj.log
 

Classes in org.cementj.log that implement Logger
 class AbstractLogger
          An abstract logger used to decouple ora.cementj (and any application using it) from specific logging implementations.
 class ConsoleLogger
          A Console implementation of Logger (provided as default).
 class JavaV4Logger
          A Java 1.4 Logger implementation of Logger for those applications who use JDK logging.
 class Log4JLogger
          A Log4J implementation of Logger for those applications who use Log4J.
 

Methods in org.cementj.log that return Logger
static Logger LogManager.getLogger()
          Obtains the current logger.
 

Methods in org.cementj.log with parameters of type Logger
static void LogManager.setLogger(Logger logger)
          Sets the current logger.
 

Uses of Logger in org.cementj.pool
 

Methods in org.cementj.pool with parameters of type Logger
 void AbstractResourcePool.logStatus(Logger out)
          Provides pool status information.
 



Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.