BoxedAppSDK_EnableDebugLog
Description
Enables or disables the output of debug data. During its operation, the SDK can record debug information that provides details about its performance.
By default, debug output is disabled. To enable it, call BoxedAppSDK_EnableDebugLog.
The SDK sends debug output to the debugger window, but you can also duplicate this output to a file using BoxedAppSDK_SetLogFile.
Syntax
void __stdcall BoxedAppSDK_EnableDebugLog(BOOL bEnable);procedure BoxedAppSDK_EnableDebugLog(bEnable: BOOL); stdcall;Parameters
bEnable
Set to TRUE to enable logging, or to FALSE to disable it.