@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.
See Implementation
@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.