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 classJplLoggerclassJulLoggerclassSlf4jLoggerJSch logger to log entries using the SLF4J frameworkMethods in com.jcraft.jsch that return Logger Modifier and Type Method Description LoggerJSch. getInstanceLogger()Returns a logger to be used for this particular instance of JSchstatic LoggerJSch. getLogger()Returns the statically set logger, i.e.LoggerSession. 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 voidJSch. setInstanceLogger(Logger logger)Sets a logger to be used for this particular instance of JSchstatic voidJSch. setLogger(Logger logger)Sets the loggervoidSession. setLogger(Logger logger)Sets the logger being used by this instance of Session
-