Log and trace messages format
[message type][message number][time stamp][function name][component][correlator]message text
- message type
- indicates the type of message logged: 1=Information, 2=Warning, 3=Error, and 4=Trace
- message number
- increasing message record number
- time stamp
- date/time the event was logged
- function name
- function that logged the event
- component
- component that logged the event
- correlator
- a key that groups log records
- message text
- text of the log or trace message
Related topics