Enable/Disable local output of monitoring messages or errors. Pass 0 to disable, or any combination of ErrorLevel_Message and ErrorLevel_Error to enable.
- 返回
- AK_Success. In optimized/release configuration, this function returns AK_NotCompatible.
- 参数
-
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. |