org.mariadb.jdbc.internal.logging
Class LoggerFactory

java.lang.Object
  extended by org.mariadb.jdbc.internal.logging.LoggerFactory

public class LoggerFactory
extends Object


Field Summary
static Boolean hasToLog
           
static Class loggerClass
           
static Method method
           
static Logger NO_LOGGER
           
 
Constructor Summary
LoggerFactory()
           
 
Method Summary
static Logger getLogger(Class<?> clazz)
          Initialize logger.
static void init(boolean mustLog)
          Initialize factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_LOGGER

public static final Logger NO_LOGGER

hasToLog

public static Boolean hasToLog

loggerClass

public static Class loggerClass

method

public static Method method
Constructor Detail

LoggerFactory

public LoggerFactory()
Method Detail

init

public static void init(boolean mustLog)
Initialize factory.

Parameters:
mustLog - indicate if must initiate Slf4j log

getLogger

public static Logger getLogger(Class<?> clazz)
Initialize logger.

Parameters:
clazz - initiator class
Returns:
logger


Copyright © 2017. All rights reserved.