AVRly - AVR Development Resources
log_system_config_t Struct Reference

Config object, to be instantiated in each file the log system is to be used, then pass it's address into the functions with names beginning with "log". More...

#include <log_system.h>

Public Attributes

const char * p_system_tag
 
log_type_t file_log_level
 

Detailed Description

Config object, to be instantiated in each file the log system is to be used, then pass it's address into the functions with names beginning with "log".

p_system_tag is a string, and is used for the logsystem to report which file or subsystem the message came from, e.g. "Main". file_log_level is the maximum level you'd like logging output for a particular file.

Definition at line 58 of file log_system.h.

Member Data Documentation

◆ p_system_tag

const char * log_system_config_t::p_system_tag

Definition at line 60 of file log_system.h.

◆ file_log_level

log_type_t log_system_config_t::file_log_level

Definition at line 61 of file log_system.h.


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