Class SftpClientFactory.JSchLogger

  • All Implemented Interfaces:
    com.jcraft.jsch.Logger
    Enclosing class:
    SftpClientFactory

    private static class SftpClientFactory.JSchLogger
    extends java.lang.Object
    implements com.jcraft.jsch.Logger
    Interface JSchLogger with JCL.
    • Field Summary

      • Fields inherited from interface com.jcraft.jsch.Logger

        DEBUG, ERROR, FATAL, INFO, WARN
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JSchLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled​(int level)  
      void log​(int level, java.lang.String msg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSchLogger

        private JSchLogger()
    • Method Detail

      • isEnabled

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

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