public interface LoggerFactory
| Modifier and Type | Field and Description |
|---|---|
static LoggerFactory |
DEFAULT
Default SLF4J-based implementation of the SSHJ LoggerFactory.
|
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.Logger |
getLogger(java.lang.Class<?> clazz) |
org.slf4j.Logger |
getLogger(java.lang.String name) |
static final LoggerFactory DEFAULT