MySQL Connector/J size='-1'>5.0.8

Uses of Interface
com.mysql.jdbc.log.Log

Packages that use Log
com.mysql.jdbc   
com.mysql.jdbc.log   
com.mysql.jdbc.util   
 

Uses of Log in com.mysql.jdbc
 

Methods in com.mysql.jdbc that return Log
 Log Connection.getLog()
          Returns the log mechanism that should be used to log information from/for this Connection.
 

Uses of Log in com.mysql.jdbc.log
 

Classes in com.mysql.jdbc.log that implement Log
 class CommonsLogger
           
 class Jdk14Logger
          Logging functionality for JDK1.4
 class Log4JLogger
          Implementation of log interface for Apache Log4j
 class NullLogger
          A logger that does nothing.
 class StandardLogger
          Provides logging facilities for those platforms that don't have built-in facilities.
 

Methods in com.mysql.jdbc.log that return Log
static Log LogFactory.getLogger(java.lang.String className, java.lang.String instanceName)
          Returns a logger instance of the given class, with the given instance name.
 

Uses of Log in com.mysql.jdbc.util
 

Fields in com.mysql.jdbc.util declared as Log
protected  Log ReadAheadInputStream.log
           
 

Constructors in com.mysql.jdbc.util with parameters of type Log
ReadAheadInputStream(java.io.InputStream toBuffer, boolean debug, Log logTo)
           
ReadAheadInputStream(java.io.InputStream toBuffer, int bufferSize, boolean debug, Log logTo)
           
 


MySQL Connector/J size='-1'>5.0.8