- All Implemented Interfaces:
Logger
JSch logger to log entries using the SLF4J framework
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Slf4jLogger
public Slf4jLogger()
-
Method Details
-
isEnabled
public boolean isEnabled(int level)
- Specified by:
isEnabled
in interface Logger
-
log
public void log(int level,
String message)
- Specified by:
log
in interface Logger
-