Messages in text format

This log entry is a sample of a server message in text format.

Figure 1 shows an example of a message log entry.

Figure 1. Sample message log entry in text format

    2005-10-26-20:09:10.984-06:00I----- 0x1354A41E pdmgrd ERROR
    ivc socket e:\am600\src\mts\mtsclient.cpp 1832 0x000001c4
    HPDCO1054E  Could not connect to the server acld2 on port 7137. 

The following list explains the log entry fields that are shown in Figure 1:
2005-10-26-20:09:10.984-06:00I
The timestamp of the message entry. The 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
Specifies the time in hours, minutes, seconds, and fractional seconds.
hh:mmI
Specifies the time inaccuracy factor.
0x1354A41E
The 32-bit message number in hexadecimal.
pdmgrd
The name of the process that created the entry.
ERROR
The severity of the message.
ivc
The component for the process that generated the entry.
socket
The subcomponent for the process that generated the entry.
e:\am600\src\mts\mtsclient.cpp
The name of the source file that generated the entry.
1832
The exact line number in the source file.
0x000001c4
The 32-bit thread ID in hexadecimal.
HPDCO1054E
Message ID.
Could not connect to the server acld2 on port 7137.
Message text.

Parent topic: Format of messages in logs