Class LoggerFactory

java.lang.Object
org.mybatis.logging.LoggerFactory

public class LoggerFactory
extends java.lang.Object
LoggerFactory is a wrapper around LogFactory to support Logger.
Author:
Putthiphong Boonphong
  • Method Summary

    Modifier and Type Method Description
    static Logger getLogger​(java.lang.Class<?> aClass)  
    static Logger getLogger​(java.lang.String logger)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getLogger

      public static Logger getLogger​(java.lang.Class<?> aClass)
    • getLogger

      public static Logger getLogger​(java.lang.String logger)