Go to the documentation of this file.
12 #include "config_vtdata.h"
45 void StartLog(
const char *fname);
46 void Log(
const char *str);
48 void Printf(
const char *pFormat, ...);
51 void Log(
const wchar_t *str);
52 void Printf(
const wchar_t *pFormat, ...);
60 #define VTSTARTLOG g_Log.StartLog
61 #define VTLOG g_Log.Printf
62 #define VTLOG1 g_Log.Log // for simple strings, takes 1 argument