Format of trace entry in logs
Trace entries are recorded in a specific format.
Figure 1 shows an example of a trace entry that is taken from an ISAM trace log file. The following list describes the trace entry that is shown in Figure 1.
- 2005-10-29-18:01:06.984-06:00I
- The timestamp of the trace entry. Timestamp is in the following format: YYYY-MM-DD-hh:mm:ss.fff[+|-]hh:mmI where:
- YYYY-MM-DD
- Specifies the date in year, month, and day.
- hh:mm:ss.fff
- Time in hours, minutes, seconds, and fractional seconds.
- hh:mmI
- Time inaccuracy factor
- pdmgrd
- The name of the process which created the entry.
- DEBUG8
- The reporting level of the trace entry.
- mgr
- The component for the process that generated the entry.
- general
- The subcomponent for the process that generated the entry.
- e:\am600\src\ivmgrd\pdmgrapi\MrMgmtDomainMan.cpp
- The name of the product source file that generated the entry.
- 736
- The exact line number in source file.
- 0x000007d0
- The thread ID in hexadecimal.
- CII ENTRY: MrMgmtDomainMan:setCurrentDomainName
- The text of the trace entry.
Parent topic: Trace event logs