Logging functions for debugging and problem resolving. More...
Enumerations | |
| enum | { SSH_LOG_NOLOG = 0, SSH_LOG_RARE, SSH_LOG_PROTOCOL, SSH_LOG_PACKET, SSH_LOG_FUNCTIONS } |
Verbosity level for logging and help to debugging. More... | |
Functions | |
| void | ssh_log (ssh_session session, int verbosity, const char *format,...) |
| Log a SSH event. | |
Logging functions for debugging and problem resolving.
| anonymous enum |
| void ssh_log | ( | ssh_session | session, | |
| int | verbosity, | |||
| const char * | format, | |||
| ... | ||||
| ) |
Log a SSH event.
| session | The SSH session. | |
| verbosity | The verbosity of the event. | |
| format | The format string of the log entry. |
Referenced by privatekey_from_file(), ssh_channel_close(), ssh_channel_read(), ssh_channel_send_eof(), ssh_connect(), ssh_handle_key_exchange(), ssh_publickey_to_file(), ssh_scp_pull_request(), ssh_scp_push_file(), ssh_try_publickey_from_file(), ssh_userauth_autopubkey(), and ssh_userauth_privatekey_file().
1.7.1