Added ability to automatically log debug info to a debug logfile (respecting the new read / write configurable path)

This commit is contained in:
Mark Vejvoda
2010-03-23 06:57:41 +00:00
parent 1e7cd63330
commit ae10ab55b2
4 changed files with 36 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public:
static bool enableDebugText;
static bool enableNetworkDebugInfo;
static const char *debugLogFile;
static void OutputDebug(DebugType type, const char *fmt, ...);
};