Print and Debug Support
2-16
The value of ErrLevel determines if the message is printed and additionally,
if the message results in a system shutdown. Both thresholds can be modified
through the OS configuration. The definition of the severity levels are as fol-
lows:
#define DBG_INFO 1
#define DBG_WARN 2
#define DBG_ERROR 3
#define DBG_NONE 4