Uses of Interface
com.jcraft.jsch.Logger
-
Packages that use Logger Package Description com.jcraft.jsch -
-
Uses of Logger in com.jcraft.jsch
Fields in com.jcraft.jsch declared as Logger Modifier and Type Field Description private static Logger
JSch. DEVNULL
(package private) static Logger
JSch. logger
Methods in com.jcraft.jsch that return Logger Modifier and Type Method Description (package private) static Logger
JSch. getLogger()
Methods in com.jcraft.jsch with parameters of type Logger Modifier and Type Method Description static void
JSch. setLogger(Logger logger)
Sets the logger
-