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.
- Version:
- $Id: DebugLogger.java,v 1.1 2008/03/03 07:01:36 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
- See Also:
-
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
-