Package com.mysql.cj.log
Class LogFactory
java.lang.Object
com.mysql.cj.log.LogFactory
public class LogFactory
extends java.lang.Object
Creates instances of loggers for the driver to use.
-
Constructor Summary
Constructors Constructor Description LogFactory() -
Method Summary
-
Constructor Details
-
LogFactory
public LogFactory()
-
-
Method Details
-
getLogger
Returns a logger instance of the given class, with the given instance name.- Parameters:
className- the class to instantiateinstanceName- the instance name- Returns:
- a logger instance
-