Close
dtSearch Text Retrieval Engine Programmer's Reference
dtssDebugLogEx Function

Enable debug logging

File: dtsearch.h

Syntax
C++
void DLLFUNC dtssDebugLogEx(const char * logName, long flags);
Parameters
Description
const char * logName
Name of the log file to create
long flags
DebugLogFlags specifying the type of log to create

dtSearch Engine can generate a debug log that provides detailed information about internal processing of an API call.

Debug logging will not work if the process creating the log lacks write access to the folder containing the log file. For example, an ASP application running inside IIS may not be permitted to write to some folders.