Create clearLogs()

This commit is contained in:
Matthew Territo
2017-07-19 19:39:30 -06:00
parent 82454c02b8
commit 034bfda71d
2 changed files with 19 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/*****************************************************************************************
/*****************************************************************************************
* *
* OpenSpace *
* *
@@ -76,6 +76,8 @@ public:
bool loggingEnabled() const;
PerformanceLayout* performanceData();
void clearLogs();
private:
bool _doPerformanceMeasurements;
bool _loggingEnabled;