|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
On-wire header for one dictionary-based log message. More...
#include <zephyr/logging/log_output_dict.h>
Data Fields | |
| uint8_t | type |
| Message type, see log_dict_output_msg_type. | |
| uint32_t | domain:4 |
| Domain ID. | |
| uint32_t | level:4 |
| Severity level. | |
| uint32_t | package_len:16 |
| Length of the cbprintf package, in bytes. | |
| uint32_t | data_len:16 |
| Length of the appended hexdump data, in bytes. | |
| uintptr_t | source |
| Address identifying the log source. | |
| log_timestamp_t | timestamp |
| Message timestamp. | |
On-wire header for one dictionary-based log message.
| uint32_t log_dict_output_normal_msg_hdr_t::data_len |
Length of the appended hexdump data, in bytes.
| uint32_t log_dict_output_normal_msg_hdr_t::domain |
Domain ID.
| uint32_t log_dict_output_normal_msg_hdr_t::level |
Severity level.
| uint32_t log_dict_output_normal_msg_hdr_t::package_len |
Length of the cbprintf package, in bytes.
| uintptr_t log_dict_output_normal_msg_hdr_t::source |
Address identifying the log source.
| log_timestamp_t log_dict_output_normal_msg_hdr_t::timestamp |
Message timestamp.
| uint8_t log_dict_output_normal_msg_hdr_t::type |
Message type, see log_dict_output_msg_type.