Bsoft object

constant VERB_

Source:

include/utilities.h

Description:

Verbosity designations - controlling output to stdout.

Features:

The notion is that any program should not automatically generate output,
so that it could be used within a script. Increasing levels of verbosity
then results in increasing output.

Code:

#define VERB_NONE 0
#define VERB_RESULT 1
#define VERB_LABEL 2
#define VERB_PROCESS 4
#define VERB_STATS 8
#define VERB_FULL 16
#define VERB_TIME 32
#define VERB_MEMORY 64
#define VERB_DEBUG 128
#define VERB_DEBUG_STAR 256
#define VERB_DEBUG_XML 512


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home