Package net.schmizz.sshj.common
Interface LoggerFactory
-
public interface LoggerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static LoggerFactory
DEFAULT
Default SLF4J-based implementation of the SSHJ LoggerFactory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.slf4j.Logger
getLogger(java.lang.Class<?> clazz)
org.slf4j.Logger
getLogger(java.lang.String name)
-
-
-
Field Detail
-
DEFAULT
static final LoggerFactory DEFAULT
Default SLF4J-based implementation of the SSHJ LoggerFactory.
-
-