[yy/mm/dd@hh:mm:ss.uuushhmm] P-nnnnnn T-nnnnnn S name nnn: (nnnnn) Message
|
Field in log entry
|
Description
|
yy/mm/dd
|
Date in year/month/day format.
|
hh:mm:ss.uuu
|
Local time in hours, minutes, seconds, milliseconds.
|
shhmm
|
Time zone relative to GMT where s is a + or - and hhmm are hours and minutes. For example, a value of -0500 represents a time zone five hours behind GMT.
|
P-nnnnnn
|
The process id of the process that produced the message. The process id is blank for remote clients. Space is allocated for a maximum of 10 digits in the process id.
|
T-nnnnn
|
The thread id of the thread that produced the message. In Windows, thread ids are unique across a system; there is no implied relationship between a thread id and the thread's creation order. On UNIX, thread ids are unique to a process. The id of the main thread is 1, and additional threads will be numbered in order.
|
S
|
The severity level of the message. There are three possible values:
I —Informational message
W — Warning message
F — Fatal message
|
name nnn:
|
User name and user number. These two items create single field to identify the source of the message. Possible values include: BROKER 0:, USR 5:, RPLS 5:, DBUTIL:, etc. Nine spaces are allocated for this field. The name portion is left justified and the user number is right justified.
|
(nnnnn)
|
The message number of the message. More details about the message can be obtained by accessing > from the OpenEdge Desktop.
|
Message text...
|
The text of the message.
|