Class BasicLogFactory


  • public class BasicLogFactory
    extends java.lang.Object
    Factory that creates Log instances.
    Since:
    4.0
    Author:
    Manik Surtani
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicLogFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jboss.logging.BasicLogger getLog​(java.lang.Class<?> clazz)  
      static <T> T getLog​(java.lang.Class<?> clazz, java.lang.Class<T> logClass)  
      • Methods inherited from class java.lang.Object

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

      • BasicLogFactory

        public BasicLogFactory()
    • Method Detail

      • getLog

        public static org.jboss.logging.BasicLogger getLog​(java.lang.Class<?> clazz)
      • getLog

        public static <T> T getLog​(java.lang.Class<?> clazz,
                                   java.lang.Class<T> logClass)