Uses of Interface
com.jcraft.jsch.Logger
Packages that use Logger
-
Uses of Logger in com.jcraft.jsch
Classes in com.jcraft.jsch that implement LoggerModifier and TypeClassDescriptionclass
class
class
JSch logger to log entries using the SLF4J frameworkMethods in com.jcraft.jsch that return LoggerModifier and TypeMethodDescriptionJSch.getInstanceLogger()
Returns a logger to be used for this particular instance of JSchstatic Logger
JSch.getLogger()
Returns the statically set logger, i.e.Session.getLogger()
Returns the logger being used by this instance of Session.Methods in com.jcraft.jsch with parameters of type Logger