~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to docs/man/man3/gearman_server_set_log.3

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-09-28 21:43:31 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090928214331-9bku0d3v1b1ypgp4
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH gearman_server_set_log 3 2009-07-19 "Gearman" "Gearman"
2
 
.SH NAME
3
 
gearman_server_set_log \- Server Interface
4
 
.SH SYNOPSIS
5
 
.B #include <libgearman/gearman.h>
6
 
.sp
7
 
.BI "void gearman_server_set_log(gearman_server_st " *server ", gearman_server_log_fn " log_fn ", void " *log_fn_arg ", gearman_verbose_t verbose);"
8
 
.SH DESCRIPTION
9
 
Set logging callback for server instance.
10
 
.SH PARAMETERS
11
 
.TP
12
 
.BR server
13
 
Server structure previously initialized with
14
 
gearman_server_create.
15
 
.TP
16
 
.BR log_fn
17
 
Function to call when there is a logging message.
18
 
.TP
19
 
.BR log_fn_arg
20
 
Argument to pass into the log callback function.
21
 
.TP
22
 
.BR verbose
23
 
Verbosity level.
24
 
.SH "SEE ALSO"
25
 
The Gearman homepage: http://www.gearman.org/
26
 
.SH BUGS
27
 
Bugs should be reported at https://bugs.launchpad.net/gearmand
28
 
.SH COPYING
29
 
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
30
 
 
31
 
Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.