



@deftypefun {void} {gnutls_global_set_audit_log_function} (gnutls_audit_log_func @var{log_func})
@var{log_func}: it is the audit log function

This is the function where you set the logging function gnutls is
going to use.  This is different from @code{gnutls_global_set_log_function()} 
because it will report the session of the event if any. Note that
that session might be null if there is no corresponding TLS session.

 @code{gnutls_audit_log_func} is of the form,
void (*gnutls_audit_log_func)( gnutls_session_t, int level, const char*);

@strong{Since:} 3.0
@end deftypefun
