1GEARMAN_VERBOSE_T(3) Gearmand GEARMAN_VERBOSE_T(3)
2
3
4
6 gearman_verbose_t - Gearmand Documentation, http://gearman.info/
7
9 #include <libgearman/gearman.h>
10
11 gearman_verbose_t
12
13 const char *gearman_verbose_name(gearman_verbose_t verbose)
14
15 Link with -lgearman
16
18 gearman_verbose_name() takes a gearman_verbose_t and returns a characā
19 ter representation of it.
20
21 Possible values of gearman_verbose_t:
22
23 GEARMAN_VERBOSE_FATAL
24
25 Fatal errors.
26
27 GEARMAN_VERBOSE_ERROR
28
29 All errors.
30
31 GEARMAN_VERBOSE_INFO
32
33 General information state about any events.
34
35 GEARMAN_VERBOSE_DEBUG
36
37 Information calls left in the code for debugging events.
38
40 A character string representing the verbose leval.
41
43 To find out more information please check: http://gearman.info/
44
46 gearmand(8) libgearman(3)
47
49 Data Differential http://www.datadifferential.com/
50
52 2011-2014, Data Differential, http://www.datadifferential.com/
53
54
55
56
571.1.18 December 11, 2017 GEARMAN_VERBOSE_T(3)