Label types
#include <qvm/outpipe.h>
enum qvm_outlbl {
QVM_OUTAL_NONE,
QVM_OUTAL_INTERNAL,
QVM_OUTAL_FATAL,
QVM_OUTAL_ERROR,
QVM_OUTAL_WARN,
QVM_OUTAL_INFO,
QVM_OUTAL_VERBOSE,
QVM_OUTAL_DEBUG,
QVM_OUT_NUM_LBLS
};
Internal use only to indicate that no label is specified.
Internal error; will generate a core file.
Fatal error.
Error.
Warning.
Information.
Verbose output.
Debug output (very verbose).
Internal use only, to calculate how many members in total.