Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <log_output_dict.h>
Data Fields | |
uint8_t | type |
uint32_t | domain:3 |
uint32_t | level:3 |
uint32_t | package_len:10 |
uint32_t | data_len:12 |
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 |