Skip to main content

IAR Embedded Workbench for RH850 3.20.x

Log file format

In this section:

If logging is activated, the information is recorded in a JSON format log file, one entry per line.

Each line is in this format:

{"timestamp": "time","level":"log_level","pid":"process_id",
"client_id":"client id","message":"description"}

Element

Description

time

The time when the log was created, in UTC.

log_level

The log level. Can be error, warning, info, debug, or trace.

process_id

The process ID of the application.

client_id

The thread ID.

description

A description of the log event.

A typical entry might appear as:

{"timestamp":"2025-03-24 08:48:06.842","level":"debug","pid":"24568",
"client_id":"1742806083063298400","message":"[LMSC2xxx]: Token is missing 
in file: C:\\Users\\user/login/config.json "}