gearman_log_fn.rst 688 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. =================================
  2. Logging callback (gearman_log_fn)
  3. =================================
  4. --------
  5. SYNOPSIS
  6. --------
  7. #include <libgearman/gearman.h>
  8. .. c:type:: gearman_log_fn
  9. -----------
  10. DESCRIPTION
  11. -----------
  12. :c:type:`gearman_log_fn` is defined as::
  13. void (gearman_log_fn)(const char *line, gearman_verbose_t verbose, void *context)
  14. ------------
  15. RETURN VALUE
  16. ------------
  17. None
  18. ----
  19. HOME
  20. ----
  21. To find out more information please check:
  22. `https://gearman.org/gearmand/ <https://gearman.org/gearmand/>`_
  23. --------
  24. SEE ALSO
  25. --------
  26. :manpage:`gearmand(8)` :manpage:`libgearman(3)` :manpage:`gearman_client_set_log_fn(3)` :manpage:`gearman_worker_set_log_fn(3)`