~ubuntu-branches/ubuntu/intrepid/gnutls26/intrepid-security

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_global_set_log_function.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-05-01 13:09:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080501130949-qsbsi06stso6a0ij
Tags: upstream-2.2.3~rc
ImportĀ upstreamĀ versionĀ 2.2.3~rc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_global_set_log_function" 3 "2.2.3" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_global_set_log_function \- This function sets the logging function
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "void gnutls_global_set_log_function(gnutls_log_func " log_func ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_log_func log_func" 12
 
11
it's a log function
 
12
.SH "DESCRIPTION"
 
13
This is the function where you set the logging function gnutls
 
14
is going to use. This function only accepts a character array.
 
15
Normally you may not use this function since it is only used 
 
16
for debugging purposes.
 
17
 
 
18
gnutls_log_func is of the form, 
 
19
void (*gnutls_log_func)( int level, const char*);
 
20
.SH "REPORTING BUGS"
 
21
Report bugs to <bug-gnutls@gnu.org>.
 
22
.SH COPYRIGHT
 
23
Copyright \(co 2006, 2007 Free Software Foundation.
 
24
.br
 
25
Permission is granted to make and distribute verbatim copies of this
 
26
manual provided the copyright notice and this permission notice are
 
27
preserved on all copies.
 
28
.SH "SEE ALSO"
 
29
The full documentation for
 
30
.B gnutls
 
31
is maintained as a Texinfo manual.  If the
 
32
.B info
 
33
and
 
34
.B gnutls
 
35
programs are properly installed at your site, the command
 
36
.IP
 
37
.B info gnutls
 
38
.PP
 
39
should give you access to the complete manual.