#include "Log.h"
Go to the source code of this file.
Functions | |
const char * | Messages_get (int, enum LOG_LEVELS) |
const char* Messages_get | ( | int | index, |
enum LOG_LEVELS | log_level | ||
) |
Get a log message by its index
index | the integer index |
log_level | the log level, used to determine which message list to use |
Definition at line 94 of file Messages.c.