Jungo WinDriver  
Official Documentation

◆ WD_LogAdd()

VOID DLLCALLCONV WD_LogAdd ( const char *  sFormat,
  ... 
)

Opens a log file.

Parameters
[in]sFormatAdds user printouts into log file.
[in]...Optional format arguments
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise
Remarks
Once a log file is opened, all API calls are logged in this file. You may add your own printouts to the log file by calling WD_LogAdd()