- bugfix, threaded logging was NOT ever enabled because of a timing bug. Now threaded logging is enabled by default.

- Updated debug UI view to show threaded debug buffer count
This commit is contained in:
Mark Vejvoda
2010-12-25 09:15:49 +00:00
parent da1adab808
commit d997e2af5d
6 changed files with 72 additions and 37 deletions

View File

@@ -130,6 +130,9 @@ public:
static CURL *initHTTP();
static void cleanupHTTP(CURL **handle);
static bool getThreadedLoggerRunning();
static std::size_t getLogEntryBufferCount();
// Let the macro call into this when require.. NEVER call it automatically.
static void handleDebug(DebugType type, const char *fmt, ...);
static void logDebugEntry(DebugType type, string debugEntry, time_t debugTime);