Uses of Interface
com.jcraft.jsch.Logger
-
Packages that use Logger Package Description com.jcraft.jsch -
-
Uses of Logger in com.jcraft.jsch
Classes in com.jcraft.jsch that implement Logger Modifier and Type Class Description class
JplLogger
class
JulLogger
class
Slf4jLogger
JSch logger to log entries using the SLF4J frameworkMethods in com.jcraft.jsch that return Logger Modifier and Type Method Description Logger
JSch. getInstanceLogger()
Returns a logger to be used for this particular instance of JSchstatic Logger
JSch. getLogger()
Returns the statically set logger, i.e.Logger
Session. getLogger()
Returns the logger being used by this instance of Session.Methods in com.jcraft.jsch with parameters of type Logger Modifier and Type Method Description void
JSch. setInstanceLogger(Logger logger)
Sets a logger to be used for this particular instance of JSchstatic void
JSch. setLogger(Logger logger)
Sets the loggervoid
Session. setLogger(Logger logger)
Sets the logger being used by this instance of Session
-