gearman_verbose_t - Man Page

Gearmand Documentation, http://gearman.info/

Synopsis

#include <libgearman/gearman.h>

type gearman_verbose_t

const char *gearman_verbose_name(gearman_verbose_t verbose)

Link with -lgearman

Description

gearman_verbose_name() takes a gearman_verbose_t and returns a character representation of it.

Possible values of gearman_verbose_t:

type GEARMAN_VERBOSE_FATAL

Fatal errors.

type GEARMAN_VERBOSE_ERROR

All errors.

type GEARMAN_VERBOSE_INFO

General information state about any events.

type GEARMAN_VERBOSE_DEBUG

Information calls left in the code for debugging events.

Return Value

A character string representing the verbose leval.

Home

To find out more information please check: http://gearman.info/

See Also

gearmand(8) libgearman(3)

Author

Data Differential http://www.datadifferential.com/

Referenced By

gearman_worker_set_log_fn(3).

Nov 06, 2023 1.1.21 Gearmand