gearman_verbose_name - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.21+ds Jul 31, 2025 GEARMAN_VERBOSE_NAME(3)
Description
gearman_verbose_name() takes a gearman_verbose_t and returns a character representation of it.
Possible values of gearman_verbose_t:
typeGEARMAN_VERBOSE_FATAL
Fatal errors.
typeGEARMAN_VERBOSE_ERROR
All errors.
typeGEARMAN_VERBOSE_INFO
General information state about any events.
typeGEARMAN_VERBOSE_DEBUG
Information calls left in the code for debugging events.
Home
To find out more information please check: http://gearman.info/Name
gearman_verbose_name - Gearmand Documentation, http://gearman.info/Return Value
A character string representing the verbose leval.
See Also
gearmand(8)libgearman(3)
Synopsis
#include <libgearman/gearman.h>
typegearman_verbose_tconstchar*gearman_verbose_name(gearman_verbose_tverbose)
Link with -lgearman
