N4 Flight Software N4
Flight software used for the N4 flight computers
|
Public Member Functions | |
const char * | getLogLevelString (uint8_t log_level) |
convert the log level to string | |
void | logToConsole (const uint32_t timestamp, const char *client, uint8_t log_level, const char *msg) |
void | logToFile (fs::FS &fs, uint8_t mode, const char *client, uint8_t log_level, const char *file, const char *msg) |
write event logs to file | |
void | readLogFile (fs::FS &fs, const char *file) |
read log file to console | |
void SystemLogger::logToFile | ( | fs::FS & | fs, |
uint8_t | mode, | ||
const char * | client, | ||
uint8_t | log_level, | ||
const char * | file, | ||
const char * | msg ) |
write event logs to file