Interface LoggerFactory


  • public interface LoggerFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LoggerFactory DEFAULT
      Default SLF4J-based implementation of the SSHJ LoggerFactory.
    • Field Detail

      • DEFAULT

        static final LoggerFactory DEFAULT
        Default SLF4J-based implementation of the SSHJ LoggerFactory.
    • Method Detail

      • getLogger

        org.slf4j.Logger getLogger​(java.lang.String name)
      • getLogger

        org.slf4j.Logger getLogger​(java.lang.Class<?> clazz)