|
Potato Engine
|
#include <fstream>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | Logger |
| Logging functionality. More... | |
Namespaces | |
| namespace | Debug |
| Contains global debug functionality. | |
Macros | |
| #define | logtypes |
| #define | X(name) |
Enumerations | |
| enum class | LogType { logtypes } |
Functions | |
| void | Debug::BindDebugLogs () |
| Constructs global logger objects, bind to log files. | |
Variables | |
| Logger | LOG_DEFAULT |
| Default log object. | |
| #define logtypes |
|
extern |
Default log object.
This is a Logger object reference. Use as function call: LOG_DEFAULT(...)