Init headers in logging files. Clear logs each time outputLogs is enabled.

This commit is contained in:
Matthew Territo
2017-07-19 23:15:15 -06:00
parent 034bfda71d
commit e53a73f79f
2 changed files with 32 additions and 7 deletions

View File

@@ -77,10 +77,12 @@ public:
PerformanceLayout* performanceData();
void clearLogs();
void initLogs();
private:
bool _doPerformanceMeasurements;
bool _loggingEnabled;
bool _clearLogs;
std::string _logDir;
std::string _prefix;