Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
log_msg Struct Reference

Log message structure. More...

#include <log_msg.h>

Data Structures

union  log_msg_data
 

Data Fields

struct log_msgnext
 
struct log_msg_hdr hdr
 
const char * str
 
union log_msg::log_msg_data payload
 

Detailed Description

Log message structure.

Field Documentation

◆ hdr

struct log_msg_hdr log_msg::hdr

Message header.

◆ next

struct log_msg* log_msg::next

Used by logger core list.

◆ payload

union log_msg::log_msg_data log_msg::payload

Message data.

◆ str

const char* log_msg::str

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