Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: