Interface LogListener
- All Known Implementing Classes:
- Scp,- SSHBase,- SSHExec,- SSHSession
public interface LogListener
Interface for ssh log listeners to implement.
- 
Method Summary
- 
Method Details- 
logMethod for the loglistener to implement to receive log messages.- Parameters:
- message- the message to log
 
 
-