Previous: Error handler, Up: Handler Functions [Contents][Index]
This type is defined as: void (*gcry_handler_log_t) (void *, int, const char *, va_list)
This function registers func_log as ‘logging handler’, which means
that it will be called in case Libgcrypt wants to log a message. This
function may and should be used prior to calling
gcry_check_version
.