Enable debug logging
void DLLFUNC dtssDebugLogEx(const char * logName, long flags);
dtsearch.h
|
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.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|