QLIB-function: QAPIExtSetDebugLevel


With the function QAPIExtSetDebugLevel it is possible to set an intern debug level.

void QAPIExtSetDebugLevel( ULONG dbgval );


Parameter 1
dbgval
Defines the Debug Level. The following values can be used : Value Function DBG_NONE The will be no debug information given out. DBG_NULL_PTR Wrong Zero-Pointers will be shown DBG_FUNC_DEFINED Illegal function calls are shown (when for example by an A/D card the function QAPIExtWriteDA is called.) DBG_VALID_CARD_ID Wrong Card ID will be shown DBG_MAKE_LOG The will be no debug information given out, they will be saved in a file DBG_FULL_DEBUG There will be all errors documented. It is the value DBG_NULL_PTR | DBG_FUNC_DEFINED | DBG_VALID_CARD_ID | DBG_MAKE_LOG

Return value
None.

Commands
This function is not supported today and will be available later.

 Back to the QLIB overview