38 #define DBA_VERBOSE_STREAM stderr
45 DBA_VERB_DB_INPUT = 1,
47 DBA_VERB_BUFREX_MSG = 4,
int dba_verbose_is_allowed(int lev)
Return 1 if the given verbose level has been requested in output, else 0.
void dba_verbose_init()
Initialize the verbose printing interface, taking the allowed verbose level from the environment and ...
void dba_verbose(int lev, const char *fmt,...)
Output a message on the verbose stream, if the given level of verbosity has been requested.