Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:bs2_setdebugfilelogex [2022/09/07 13:41]
mark [Parameter]
en:bs2_setdebugfilelogex [2022/09/30 09:28] (current)
kkshin [Parameter]
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// 
- 
 ~~NOTOC~~ ~~NOTOC~~
 [[sdk_api]] > [[BS2_SetDebugFileLogEx]] [[sdk_api]] > [[BS2_SetDebugFileLogEx]]
Line 21: Line 19:
 ==== Parameter ==== ==== Parameter ====
   * [In] ''//​level//''​ : Specify error level   * [In] ''//​level//''​ : Specify error level
-<WRAP group 50%>+<WRAP group 70%>
 ^Macro ^Value ^Description ^ ^Macro ^Value ^Description ^
 |DEBUG_LOG_FATAL |0x00000001 |Fatal Error | |DEBUG_LOG_FATAL |0x00000001 |Fatal Error |
Line 34: Line 32:
 </​WRAP>​ </​WRAP>​
   * [In] ''//​module//''​ : Specify a module   * [In] ''//​module//''​ : Specify a module
-<WRAP group 50%>+<WRAP group 80%>
 ^Macro ^Value ^ ^Macro ^Value ^
 |DEBUG_MODULE_KEEP_ALIVE |0x00000001 |Keep alive module | |DEBUG_MODULE_KEEP_ALIVE |0x00000001 |Keep alive module |
Line 51: Line 49:
 </​WRAP>​ </​WRAP>​
   * [In] ''//​logPath//''​ : Path to which the log file will be output   * [In] ''//​logPath//''​ : Path to which the log file will be output
 +
 +===== Return Value ====
 +If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. \\
 +If there is an error, the corresponding error code will be returned.
 ==== Sample Code(C++) ==== ==== Sample Code(C++) ====