uLib  User mode C/C++ extended API library for Win32 programmers.
DPrint Levels

Module Description

DPrint severity filtering thresholds...

Macros

#define DP_DISABLE   -1
 
#define DP_ALWAYS   0
 
#define DP_FATAL   1
 
#define DP_SEVERE   2
 
#define DP_ERROR   3
 
#define DP_WARNING   4
 
#define DP_INFO   5
 
#define DP_DEBUG   6
 
#define DP_VERBOSE   7
 
#define DP_EXTREME   8
 

Macro Definition Documentation

◆ DP_DISABLE

#define DP_DISABLE   -1

Note: Only for dbg_Level / SetDebugLevel().

Definition at line 78 of file Debug.h.

◆ DP_ALWAYS

#define DP_ALWAYS   0

Always output..

Definition at line 79 of file Debug.h.

◆ DP_FATAL

#define DP_FATAL   1

Fatal error..

Definition at line 80 of file Debug.h.

◆ DP_SEVERE

#define DP_SEVERE   2

Severe error..

Definition at line 81 of file Debug.h.

◆ DP_ERROR

#define DP_ERROR   3

Error..

Definition at line 82 of file Debug.h.

◆ DP_WARNING

#define DP_WARNING   4

Warning..

Definition at line 83 of file Debug.h.

◆ DP_INFO

#define DP_INFO   5

Information..

Definition at line 84 of file Debug.h.

◆ DP_DEBUG

#define DP_DEBUG   6

Debugging info..

Definition at line 85 of file Debug.h.

◆ DP_VERBOSE

#define DP_VERBOSE   7

Verbose debug info..

Definition at line 86 of file Debug.h.

◆ DP_EXTREME

#define DP_EXTREME   8

Extremely verbose debug info..

Definition at line 87 of file Debug.h.