MCU-Common
Modules useful for embedded (MCU) programming
logger_entry Struct Reference

Logger entry (used internally) More...

#include <logger.h>

Data Fields

int argc
 Number of arguments in argv (0 to LOGGER_MAX_ARGC) More...
 
const char * fmt
 Format string to be passed to sprintf More...
 
int argv [LOGGER_MAX_ARGC]
 Array of arguments to be passed to sprintf More...
 

Detailed Description

Logger entry (used internally)

Field Documentation

◆ argc

int argc

Number of arguments in argv (0 to LOGGER_MAX_ARGC)

◆ fmt

const char* fmt

Format string to be passed to sprintf

◆ argv

int argv[LOGGER_MAX_ARGC]

Array of arguments to be passed to sprintf


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