Class LoggerFactory


  • public class LoggerFactory
    extends java.lang.Object
    Small wrapper around the bog standard java logger.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Handler handler  
      private static java.util.logging.Level level  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.logging.Logger create​(java.lang.Class<T> clazz)  
      private static java.util.logging.Handler getHandler()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • handler

        private static java.util.logging.Handler handler
      • level

        private static java.util.logging.Level level
    • Constructor Detail

      • LoggerFactory

        public LoggerFactory()
    • Method Detail

      • getHandler

        private static java.util.logging.Handler getHandler()
      • create

        public static <T> java.util.logging.Logger create​(java.lang.Class<T> clazz)