| java.lang.Object com.mysql.jdbc.log.LogFactory
LogFactory | public class LogFactory (Code) | | Creates instances of loggers for the driver to use.
author: Mark Matthews version: $Id: LogFactory.java 4946 2006-02-17 18:44:36Z mmatthews $ |
Method Summary | |
public static Log | getLogger(String className, String instanceName) Returns a logger instance of the given class, with the given instance
name. |
getLogger | public static Log getLogger(String className, String instanceName) throws SQLException(Code) | | Returns a logger instance of the given class, with the given instance
name.
Parameters: className - the class to instantiate Parameters: instanceName - the instance name a logger instance throws: SQLException - if unable to create a logger instance |
|
|