BoxedAppSDK_SetLogFile
Description
During its operation, the SDK can record debug data that contains details on the performance of the SDK. By default, outputting debug data is disabled, but it can be turned on with BoxedAppSDK_EnableDebugLog. The SDK will output the data to the debugger window, but you can also have it duplicate all the output to a file with BoxedAppSDK_SetLogFile.
Syntax
C++
void __stdcall BoxedAppSDK_SetLogFile(LPCTSTR szLogFilePath);
Delphi
procedure BoxedAppSDK_SetLogFile(szLogFilePath: PAnsiChar); stdcall;
Parameters
szLogFilePath
Path to the log file.