Package com.trilead.ssh2
Interface DebugLogger
public interface DebugLogger
Deprecated.
Logging all goes to JDK java.util.logging
An interface which needs to be implemented if you
want to capture debugging messages.
-
Method Summary
-
Method Details
-
log
Deprecated.Log a debug message.- Parameters:
level
- 0-99, 99 is a the most verbose levelclassName
- the class that generated the messagemessage
- the debug message
-