Class SimpleLoggerFactoryImp

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.slf4j.Logger createLogger​(java.lang.String name)
      Create SimpleLogger instance.
      • Methods inherited from class java.lang.Object

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

      • SimpleLoggerFactoryImp

        public SimpleLoggerFactoryImp()
    • Method Detail

      • createLogger

        public org.slf4j.Logger createLogger​(java.lang.String name)
        Description copied from interface: SimpleLoggerFactory
        Create SimpleLogger instance.
        Specified by:
        createLogger in interface SimpleLoggerFactory
        Parameters:
        name - a logger name
        Returns:
        instance of SimpleLogger