1234567891011121314151617181920212223242526272829303132333435363738394041 |
- =================================
- Logging callback (gearman_log_fn)
- =================================
- --------
- SYNOPSIS
- --------
- #include <libgearman/gearman.h>
- .. c:type:: gearman_log_fn
- -----------
- DESCRIPTION
- -----------
- :c:type:`gearman_log_fn` is defined as::
- void (gearman_log_fn)(const char *line, gearman_verbose_t verbose, void *context)
- ------------
- RETURN VALUE
- ------------
- None
- ----
- HOME
- ----
- To find out more information please check:
- `https://gearman.org/gearmand/ <https://gearman.org/gearmand/>`_
- --------
- SEE ALSO
- --------
- :manpage:`gearmand(8)` :manpage:`libgearman(3)` :manpage:`gearman_client_set_log_fn(3)` :manpage:`gearman_worker_set_log_fn(3)`
|