Class LoggerFactory


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

      All Methods Static Methods Concrete Methods 
      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 Detail

      • getLogger

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

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