Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
log_dict_output_normal_msg_hdr_t Struct Reference

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

Detailed Description

Output header for one dictionary based log message.

Field Documentation

◆ data_len

uint32_t log_dict_output_normal_msg_hdr_t::data_len

◆ domain

uint32_t log_dict_output_normal_msg_hdr_t::domain

◆ level

uint32_t log_dict_output_normal_msg_hdr_t::level

◆ package_len

uint32_t log_dict_output_normal_msg_hdr_t::package_len

◆ source

uintptr_t log_dict_output_normal_msg_hdr_t::source

◆ timestamp

log_timestamp_t log_dict_output_normal_msg_hdr_t::timestamp

◆ type

uint8_t log_dict_output_normal_msg_hdr_t::type

The documentation for this struct was generated from the following file: