|
OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
Global Logging Utility. More...
#include <iostream>#include <string>#include <sstream>#include <vector>#include <glm/gtc/type_precision.hpp>Go to the source code of this file.
Classes | |
| struct | LogEntry |
| class | Log |
| class | LogLevel |
Macros | |
| #define | LOG_USER 0 |
| #define | LOG_ERROR 1 |
| #define | LOG_WARNING 2 |
| #define | LOG_INFO 3 |
| #define | LOG_DEBUG 4 |
| #define | LOG_COUNT 5 |
Global Logging Utility.
Definition in file Log.h.
1.8.9.1