AVRly - AVR Development Resources
|
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 |
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.
const char * log_system_config_t::p_system_tag |
Definition at line 60 of file log_system.h.
log_type_t log_system_config_t::file_log_level |
Definition at line 61 of file log_system.h.