Class JSftpModule.JSftpLogger
java.lang.Object
ecmwf.common.ectrans.module.JSftpModule.JSftpLogger
- All Implemented Interfaces:
com.jcraft.jsch.Logger
- Enclosing class:
JSftpModule
The Class JSftpLogger.
-
Field Summary
Fields inherited from interface com.jcraft.jsch.Logger
DEBUG, ERROR, FATAL, INFO, WARN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jcraft.jsch.Logger
log
-
Constructor Details
-
JSftpLogger
public JSftpLogger()
-
-
Method Details
-
isEnabled
public boolean isEnabled(int level) Checks if is enabled.- Specified by:
isEnabled
in interfacecom.jcraft.jsch.Logger
- Parameters:
level
- the level- Returns:
- true, if is enabled
-
log
Log.- Specified by:
log
in interfacecom.jcraft.jsch.Logger
- Parameters:
level
- the levelmessage
- the message
-