#include <assert.h>
#include "../OpenTracker.h"
Include dependency graph for OtLogger.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | ot |
Classes | |
| class | ot::OtLogger |
Enumerations | |
| enum | ot::LOG_MODE { ot::MODE_OFF = 0, ot::MODE_FILE = 1, ot::MODE_CONSOLE = 2, ot::MODE_CALLBACK = 3 } |
Functions | |
| void | ot::logPrint (const char *message,...) |
| void | ot::logPrintD (const char *debugMessage,...) |
| void | ot::logPrintS (const char *setupMessage,...) |
| void | ot::logPrintI (const char *infoMessage,...) |
| void | ot::logPrintW (const char *warningMessage,...) |
| void | ot::logPrintE (const char *errorMessage,...) |
| void | ot::logPrintEAbort (const char *errorMessage,...) |
1.4.6