#include "MercuryLog.h"#include "MercuryINI.h"#include "MercuryUtil.h"#include "MercuryMessages.h"#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | INFO_FILE "info.txt" |
| #define | LOG_FILE "log.txt" |
Functions | |
| void | MESSAGE_LOG (const MString &message, void *data, PStack &info) |
Variables | |
| MercuryLog | LOG |
| Log system (Accessable via LOG.). | |
| #define INFO_FILE "info.txt" |
Definition at line 11 of file MercuryLog.cpp.
| #define LOG_FILE "log.txt" |
Definition at line 12 of file MercuryLog.cpp.
Definition at line 19 of file MercuryLog.cpp.