Table of Contents
gfs_set_debug_level - set the debug level
#include <gfs.h>
#include <gfs_debug.h>
void gfs_set_debug_level(int level);
gfs_set_debug_level indicates how much detail we want
captured in the debugging log. Galley uses levels 1 through
9, but users' applications may use any integer levels, if
they choose to add their own information to Galley's debug
log.
None.
None.
Table of Contents