Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
log_output Struct Reference

Log output instance. More...

#include <log_output.h>

Data Fields

log_output_func_t func
 Function called to write formatted output.
struct log_output_control_blockcontrol_block
 Run-time control block.
uint8_tbuf
 Buffer holding formatted output before it is written.
size_t size
 Size of log_output::buf, in bytes.

Detailed Description

Log output instance.

Field Documentation

◆ buf

uint8_t* log_output::buf

Buffer holding formatted output before it is written.

◆ control_block

struct log_output_control_block* log_output::control_block

Run-time control block.

◆ func

log_output_func_t log_output::func

Function called to write formatted output.

◆ size

size_t log_output::size

Size of log_output::buf, in bytes.


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