ssh_logging_callback

@brief SSH log callback.

All logging messages will go through this callback.

@param priority Priority of the log, the smaller being the more important.

@param function The function name calling the the logging fucntions.

@param message The actual message

@param userdata Userdata to be passed to the callback function.

alias ssh_logging_callback = void function
(,
const char* function_
,
const char* buffer
,
void* userdata
)

Meta