Synopsis

(macro) void hdb_SetTraceFile(FILE *file)

Purpose

Set trace output file descriptor.

Description

Output generated by the HDB_TRACE_FILE option will be written to the specified file descriptor. Unless this function is called, the output will be written to stderr. The file descriptor file is assumed to be an open and writable text file.

Input

file

Output file descriptor