debian man page for gearman_client_set_log_fn

Query: gearman_client_set_log_fn

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GEARMAN_CLIENT_SET_LOG_FN(3)					     Gearmand					      GEARMAN_CLIENT_SET_LOG_FN(3)

NAME
gearman_client_set_log_fn - Gearmand Documentation, http://gearman.info/
SYNOPSIS
#include <libgearman/gearman.h> void gearman_client_set_log_fn(gearman_worker_st *worker, gearman_log_fn *function, void *context, gearman_verbose_t verbose)
DESCRIPTION
gearman_client_set_log_fn() is similar to gearman_worker_set_log_fn() but it used with clients, aka, gearman_client_st. gearman_client_set_log_fn() allows you to register a callback that will be passed all error messages that are givin to the client. See gearman_log_fn for more information on the callback. See gearman_verbose_t for more information on logging levels.
RETURN VALUE
None
HOME
To find out more information please check: http://gearman.info/
SEE ALSO
gearmand(8) libgearman(3) gearman_log_fn(3)
AUTHOR
Data Differential http://www.datadifferential.com/
COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_CLIENT_SET_LOG_FN(3)
Related Man Pages
gearman_client_add_server(3) - debian
gearman_client_add_servers(3) - debian
gearman_client_set_log_fn(3) - debian
gearman_worker_add_options(3) - debian
gearman_worker_options(3) - debian
Similar Topics in the Unix Linux Community
sed/awk is helpful for this?