Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Output header for one dictionary based log message. More...
#include <log_output_dict.h>
Data Fields | |
uint8_t | type |
uint32_t | domain:4 |
uint32_t | level:4 |
uint32_t | package_len:16 |
uint32_t | data_len:16 |
uintptr_t | source |
log_timestamp_t | timestamp |
Output header for one dictionary based log message.
uint32_t log_dict_output_normal_msg_hdr_t::data_len |
uint32_t log_dict_output_normal_msg_hdr_t::domain |
uint32_t log_dict_output_normal_msg_hdr_t::level |
uint32_t log_dict_output_normal_msg_hdr_t::package_len |
uintptr_t log_dict_output_normal_msg_hdr_t::source |
log_timestamp_t log_dict_output_normal_msg_hdr_t::timestamp |
uint8_t log_dict_output_normal_msg_hdr_t::type |