qvm_log_level_t
Data type for logging level of a log report
Synopsis:
#include <qvm/log.h>typedef uint32_t qvm_log_level_t;Description:
The qvm_log_level_t data type represents a log report's log level, which combines the source (or category) with the severity level. For a field of this data type, its value is one of the QL_QVM_* or QL_CNF_* constants.
Page updated:
