Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef CCF_DISABLE_VERBOSE_LOGGING
8# define GOV_TRACE_FMT CCF_LOG_FMT(TRACE, "gov")
9# define GOV_DEBUG_FMT CCF_LOG_FMT(DEBUG, "gov")
11# define GOV_TRACE_FMT(...) ((void)0)
12# define GOV_DEBUG_FMT(...) ((void)0)
15#define GOV_INFO_FMT CCF_LOG_FMT(INFO, "gov")
16#define GOV_FAIL_FMT CCF_LOG_FMT(FAIL, "gov")
17#define GOV_FATAL_FMT CCF_LOG_FMT(FATAL, "gov")