Multiple choice technology embedded technologies

Which of the following is the format in which logging is made in Trace & Error log:

  1. file name : process name : timestamp : line : trace group : logged message

  2. timestamp : file name : process name : line : trace group : logged message

  3. timestamp : process name : file name : line : logged message : trace group

  4. timestamp : process name : file name : line : trace group : logged message

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The TPF Trace & Error log format structures entries chronologically starting with timestamp, followed by file name, process name, line number, trace group, and finally the logged message. This standardized format allows for systematic parsing and analysis of diagnostic information. Option B correctly presents this sequence: timestamp:file name:process name:line:trace group:logged message.