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. |