HOCR_SDK_setLogFilePath
Included header
#include <HOCR_SDK_COMMON.h>
Description
API to change the log file output location.
HOCR_SDK_setLogFilePath()
|
- Parameters
-
Name Type Description obj void* Pointer to 'ArgoEngineApi' object
logFilePath char* Directory path to create log files. (The target path must exist.)
- Return value
None
Examples
std::string logFilePath = "./log";
HOCR_SDK_setLogFilePath(obj, logFilePath.data());