|
Grid Community Toolkit
6.2.1629922860 (tag: v6.2.20210826)
|
Job Manager SEG Module. More...
#include "globus_common.h"#include "globus_scheduler_event_generator.h"#include "globus_gram_protocol_constants.h"#include "version.h"#include <string.h>Data Structures | |
| struct | globus_l_job_manager_logfile_state_t |
Enumerations | |
| enum | globus_l_seg_job_manager_debug_level_t { SEG_JOB_MANAGER_DEBUG_INFO = (1<<0), SEG_JOB_MANAGER_DEBUG_WARN = (1<<1), SEG_JOB_MANAGER_DEBUG_ERROR = (1<<2), SEG_JOB_MANAGER_DEBUG_TRACE = (1<<3) } |
Job Manager SEG Module.
Debug levels: If the environment variable SEG_JOB_MANAGER_DEBUG is set to a bitwise or of these values, then a corresponding log message will be generated.
1.8.5