Class SftpClientFactory.JSchLogger

java.lang.Object
org.apache.commons.vfs2.provider.sftp.SftpClientFactory.JSchLogger
All Implemented Interfaces:
com.jcraft.jsch.Logger
Enclosing class:
SftpClientFactory

private static class SftpClientFactory.JSchLogger extends Object implements com.jcraft.jsch.Logger
Interface JSchLogger with JCL.
  • Constructor Details

    • JSchLogger

      private JSchLogger()
  • Method Details

    • isEnabled

      public boolean isEnabled(int level)
      Specified by:
      isEnabled in interface com.jcraft.jsch.Logger
    • log

      public void log(int level, String msg)
      Specified by:
      log in interface com.jcraft.jsch.Logger