Supported Browsers Home   
PM_saveVGAState Previous   
PM_setFatalErrorCleanup Next   
External Functions Up   

PM_setDebugLog

Sets the location of the debug log file.

Declaration

void PMAPI PM_setDebugLog(
    const char *logFilePath)

Prototype In

pmapi.h

Parameters

logFilePath

Full file and path name to debug log file.

 

Description

Sets the name and location of the debug log file. The debug log file is created and written to when runtime checks, warnings and failure conditions are logged to disk when code is compiled in CHECKED mode. By default the log file is called 'scitech.log' and goes into the current SciTech SNAP path for the application. You can use this function to set the filename and location of the debug log file to your own application specific directory.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com