AIToolbox
A library that offers tools for AI problem solving.
|
#include <sstream>
Go to the source code of this file.
Namespaces | |
AIToolbox | |
AIToolbox::Impl | |
Macros | |
#define | AI_SEVERITY_DEBUG 0 |
#define | AI_SEVERITY_INFO 1 |
#define | AI_SEVERITY_WARNING 2 |
#define | AI_SEVERITY_ERROR 3 |
#define | AI_LOGGER(SEV, ARGS) |
Typedefs | |
using | AIToolbox::AILoggerFun = void(int, const char *) |
Variables | |
AILoggerFun * | AIToolbox::AILogger = nullptr |
This pointer defines the function used to log. More... | |
char | AIToolbox::Impl::logBuffer [500] = {0} |
#define AI_LOGGER | ( | SEV, | |
ARGS | |||
) |
#define AI_SEVERITY_DEBUG 0 |
#define AI_SEVERITY_ERROR 3 |
#define AI_SEVERITY_INFO 1 |
#define AI_SEVERITY_WARNING 2 |