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

#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
 

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: