1gnutls_global_set_log_function(3) gnutls gnutls_global_set_log_function(3)
2
3
4
6 gnutls_global_set_log_function - This function sets the logging func‐
7 tion
8
10 #include <gnutls/gnutls.h>
11
12 void gnutls_global_set_log_function(gnutls_log_func log_func);
13
15 gnutls_log_func log_func
16 it's a log function
17
19 This is the function where you set the logging function gnutls is going
20 to use. This function only accepts a character array. Normally you may
21 not use this function since it is only used for debugging purposes.
22
23 gnutls_log_func is of the form, void (*gnutls_log_func)( int level,
24 const char*);
25
27 Report bugs to <bug-gnutls@gnu.org>.
28
30 Copyright © 2006 Free Software Foundation.
31 Permission is granted to make and distribute verbatim copies of this
32 manual provided the copyright notice and this permission notice are
33 preserved on all copies.
34
36 The full documentation for gnutls is maintained as a Texinfo manual.
37 If the info and gnutls programs are properly installed at your site,
38 the command
39
40 info gnutls
41
42 should give you access to the complete manual.
43
44
45
46gnutls 1.6.3 gnutls_global_set_log_function(3)