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
Last revision Both sides next revision
en:bs2_setdebugfilelogex [2022/09/07 13:33]
mark [반환값]
en:bs2_setdebugfilelogex [2022/09/30 09:28]
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 70%>
 ^Macro ^Value ^ ^Macro ^Value ^
 |DEBUG_MODULE_KEEP_ALIVE |0x00000001 |Keep alive module | |DEBUG_MODULE_KEEP_ALIVE |0x00000001 |Keep alive module |
Line 50: Line 48:
 |DEBUG_MODULE_ALL |0xFFFFFFFF|Full module | |DEBUG_MODULE_ALL |0xFFFFFFFF|Full module |
 </​WRAP>​ </​WRAP>​
-* [In] ''//​logPath//'​ : The path to which the log file will be output +  ​* [In] ''//​logPath//​'' : Path to which the log file will be output 
-* [In] ''//​fileMaxSizeMB//':​ Maximum size of file to save + 
-==== Return Value ==== +===== Return Value ==== 
-If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. If there is an error, the corresponding error code will be returned. ​ +If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. ​\\ 
-\\  +If there is an error, the corresponding error code will be returned. 
-==== 샘플코드(C++) ====+==== Sample Code(C++) ====
  
 <file cpp sample_setdebugfilelogex.cpp>​ <file cpp sample_setdebugfilelogex.cpp>​
Line 68: Line 66:
 </​file>​ </​file>​
  
-==== 샘플코드(C#) ====+==== Sample Code (C#) ====
 <file csharp sample_setdebugfilelogex.cs>​ <file csharp sample_setdebugfilelogex.cs>​
 const string CURRENT_DIR = "​.";​ const string CURRENT_DIR = "​.";​