| java.lang.Object com.mysql.jdbc.log.NullLogger
NullLogger | public class NullLogger implements Log(Code) | | A logger that does nothing. Used before the log is configured via the URL or
properties.
author: Mark Matthews version: $Id: NullLogger.java 3726 2005-05-19 15:52:24Z mmatthews $ |
NullLogger | public NullLogger(String instanceName)(Code) | | Creates a new NullLogger with the given name
Parameters: instanceName - (ignored) |
|
|