Class LoggerFactory


  • public final class LoggerFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T make​(java.lang.Class<T> logClass, java.lang.invoke.MethodHandles.Lookup creationContext)  
      static <T> T make​(java.lang.Class<T> logClass, LogCategory category)  
      • Methods inherited from class java.lang.Object

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

      • make

        public static <T> T make​(java.lang.Class<T> logClass,
                                 java.lang.invoke.MethodHandles.Lookup creationContext)
      • make

        public static <T> T make​(java.lang.Class<T> logClass,
                                 LogCategory category)