Enable/Disable local output of monitoring messages or errors. Pass 0 to disable, or any combination of ErrorLevel_Message and ErrorLevel_Error to enable.
- Returns:
- AK_Success. In optimized/release configuration, this function returns AK_NotCompatible.
- Parameters:
-
|
in_uErrorLevel |
ErrorLevel(s) to enable in output. Default parameters enable all. |
|
in_pMonitorFunc |
Handler for local output. If NULL, the standard platform debug output method is used. |