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