Format of trace entries

The entries in the Client daemon trace file have the following format:
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.