Class LoggingFactory


  • public class LoggingFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ILogging create​(java.lang.Class<? extends ILogging> clazz)  
      ILogging create​(java.lang.String className)  
      • Methods inherited from class java.lang.Object

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

      • LoggingFactory

        public LoggingFactory()
    • Method Detail

      • create

        public ILogging create​(java.lang.String className)
      • create

        public ILogging create​(java.lang.Class<? extends ILogging> clazz)