Class SLF4JLogFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SLF4JLogFactory.LogAdapter
      Adapts a Log4J logger to the Log interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      SLF4JLogFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Log newLogAdapter​(java.lang.String channel)
      Return a log adapter for the given channel.
      • Methods inherited from class java.lang.Object

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

      • SLF4JLogFactory

        public SLF4JLogFactory()
    • Method Detail

      • newLogAdapter

        protected Log newLogAdapter​(java.lang.String channel)
        Description copied from class: LogFactoryAdapter
        Return a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.
        Specified by:
        newLogAdapter in class LogFactoryAdapter