Table of Contents

NAME

gfs_get_debug_level - get the current debug level

SYNOPSIS

#include <gfs.h>
#include <gfs_debug.h>

int gfs_get_debug_level();

DESCRIPTION

gfs_get_debug_level returns the current level of detail being captured in the debugging log.

RETURN VALUE

The current level of detail being captured in the debugging log.

ERRORS

None.


Table of Contents