LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
logger_default_cfg_t Struct Reference

Configuration type for the logger_default adapter. More...

#include <logger_default_types.h>

Data Fields

bool append_newline
 Whether the adapter appends a trailing newline to emitted messages.
 

Detailed Description

This structure carries the CR-provided configuration values used when constructing logger_default-related objects.

Definition at line 40 of file logger_default_types.h.

Field Documentation

◆ append_newline

bool logger_default_cfg_t::append_newline

Definition at line 44 of file logger_default_types.h.