- changes to threaded logging so when things get very busy the thread dumps log entries more quickly

This commit is contained in:
Mark Vejvoda
2010-12-26 00:27:38 +00:00
parent 2234928a35
commit 36f62ea084
2 changed files with 13 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ protected:
vector<LogFileEntry> logList;
time_t lastSaveToDisk;
void saveToDisk();
void saveToDisk(bool forceSaveAll);
bool checkSaveCurrentLogBufferToDisk();
public: