DataBlade API Programmer's Manual
Chapter 10: Tracing
Home
Contents
Index
Master Index
New Book
Using Default Filenames and Levels
The
mi_tracefile_set()
function sets the output file to which messages are written. An example of this function follows:
mi_integer status;
status = mi_tracefile_set("/u/pamf/blades/traces/run4.trc");
If you do not set a trace file, the database server uses a default filename in the
/tmp
directory: an integer followed by
.trc
.
For more information on
mi_tracelevel_set()
, see the description of this function in
Chapter 12
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.