The format of the entries in the Client trace file.
time [process id,thread id] [number] component trace message
data
where:
- time
- The time the entry was written, to millisecond accuracy.
- [process id, thread id]
- Process ID is a unique number that the operating system uses to
identify a process. Thread ID is a unique number that the operating
system uses to identify a thread within a particular process.
- [number]
- A number that uniquely identifies the particular trace entry.
This helps your support organization in the diagnosis of serious problems.
- [component]
- The component of the product to which this entry applies.
- trace message
- The trace message number and text.
- data
- Some trace entries include a dump of key data blocks in addition
to the trace message.