logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gearman_verbose_name - Gearmand Documentation, http://gearman.info/

Author

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

See Also