Uses of Interface
net.sf.log4jdbc.SpyLogDelegator

Packages that use SpyLogDelegator
net.sf.log4jdbc log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system. 
net.sf.log4jdbc.tools   
 

Uses of SpyLogDelegator in net.sf.log4jdbc
 

Classes in net.sf.log4jdbc that implement SpyLogDelegator
 class Slf4jSpyLogDelegator
          Delegates JDBC spy logging events to the the Simple Logging Facade for Java (slf4j).
 

Fields in net.sf.log4jdbc declared as SpyLogDelegator
protected  SpyLogDelegator StatementSpy.log
           
 

Methods in net.sf.log4jdbc that return SpyLogDelegator
 SpyLogDelegator Log4jdbcProxyDataSource.getLogFormatter()
           
static SpyLogDelegator SpyLogFactory.getSpyLogDelegator()
          Get the default SpyLogDelegator for logging to the logger.
 

Methods in net.sf.log4jdbc with parameters of type SpyLogDelegator
 void Log4jdbcProxyDataSource.setLogFormatter(SpyLogDelegator spyLogDelegator)
          Set a custom SpyLogDelegator (default is usually Slf4jSpyLogDelegator)
static void SpyLogFactory.setSpyLogDelegator(SpyLogDelegator logDelegator)
          Optionally override the SpyLogDelegator implementation and thus take more control over the logging.
Note: It is the caller's responsibility to make sure this is set before JDBC activity occurs and to ensure thread safety.
 

Uses of SpyLogDelegator in net.sf.log4jdbc.tools
 

Classes in net.sf.log4jdbc.tools that implement SpyLogDelegator
 class Log4JdbcCustomFormatter
           
 



Copyright © 2012. All Rights Reserved.