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

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

Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.