extern int cpLogOpen (const char* filename)

Open a log file

Documentation

Open a log file. A program should call cpLogOpen when it wants to begin logging to a file, as opposed to some other sink like standard error.
Returns:
1 if the log file was successfully opened for writing, 0 otherwise
Parameters:
filename - the path to the file

alphabetic index hierarchy of classes


generated by doc++