Verbosity enumeration

Specifies the volume of output.

Syntax
enum {
    VB_QUIET,
    VB_NORMAL,
    VB_VERBOSE
};
Parameters
Value Description
VB_QUIET No output.
VB_NORMAL Normal amount of output.
VB_VERBOSE Verbose output, useful for debugging.
See also