Interface LoggerFactory


public interface LoggerFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LoggerFactory
    Default SLF4J-based implementation of the SSHJ LoggerFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.slf4j.Logger
    getLogger(Class<?> clazz)
     
    org.slf4j.Logger
     
  • Field Details

    • DEFAULT

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

    • getLogger

      org.slf4j.Logger getLogger(String name)
    • getLogger

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