Gearman Developer Documentation

Variables
Static Gearman Declarations
Static Gearman Declarations

Variables

static const char * _verbose_name [GEARMAN_VERBOSE_MAX]

Variable Documentation

const char* _verbose_name[GEARMAN_VERBOSE_MAX] [static]
Initial value:
{
  "NEVER",
  "FATAL",
  "ERROR",
  "INFO",
  "DEBUG",
  "CRAZY"
}

Names of the verbose levels provided.

Definition at line 25 of file gearman.c.