DataBlade API Programmer's Manual
Chapter 10: Tracing
Home
Contents
Index
Master Index
New Book
Understanding Tracing Output
The following example shows some typical tracing output:
Tracing session: 20 on 10/21/1996
15:42:26 Trace class is funcEntry at level 25
15:42:26 Trace class is funcParams at level 55: i = 1
15:42:26 funcEnd: 25: with res = 0 and conn = 123456
15:42:26 Trace class is funcEnd at level 75
The first line of trace output is a header that shows the current session
ID
and date. Each following line is tagged with a time stamp that shows the time that the trace message was written. The header and time stamps enable you to associate trace output with other information, such as Universal Server log entries.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.