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. |
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. |