Uses of Interface
com.trilead.ssh2.DebugLogger
-
Packages that use DebugLogger Package Description com.trilead.ssh2 com.trilead.ssh2.log -
-
Uses of DebugLogger in com.trilead.ssh2
Methods in com.trilead.ssh2 with parameters of type DebugLogger Modifier and Type Method Description void
Connection. enableDebugging(boolean enable, DebugLogger logger)
Deprecated.Logging is now sent automatically to java.util.logging, and never to theDebugLogger
. -
Uses of DebugLogger in com.trilead.ssh2.log
Fields in com.trilead.ssh2.log declared as DebugLogger Modifier and Type Field Description static DebugLogger
Logger. logger
-