1GEARMAN_CLIENT_SET_LOG_FN(3) Gearmand GEARMAN_CLIENT_SET_LOG_FN(3)
2
3
4
6 gearman_client_set_log_fn - Gearmand Documentation, http://gear‐
7 man.info/
8
10 #include <libgearman/gearman.h>
11
12 void gearman_client_set_log_fn(gearman_worker_st *worker, gear‐
13 man_log_fn *function, void *context, gearman_verbose_t verbose)
14
16 gearman_client_set_log_fn() is similar to gearman_worker_set_log_fn()
17 but it used with clients, aka, gearman_client_st.
18 gearman_client_set_log_fn() allows you to register a callback that will
19 be passed all error messages that are givin to the client.
20
21 See gearman_log_fn for more information on the callback.
22
23 See gearman_verbose_t for more information on logging levels.
24
26 None
27
29 To find out more information please check: http://gearman.info/
30
32 gearmand(8) libgearman(3) gearman_log_fn(3)
33
35 Data Differential http://www.datadifferential.com/
36
38 2011-2014, Data Differential, http://www.datadifferential.com/
39
40
41
42
431.1.20 Nov 19, 2022 GEARMAN_CLIENT_SET_LOG_FN(3)