mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 14:39:20 -06:00
Init headers in logging files. Clear logs each time outputLogs is enabled.
This commit is contained in:
@@ -77,10 +77,12 @@ public:
|
||||
|
||||
PerformanceLayout* performanceData();
|
||||
void clearLogs();
|
||||
void initLogs();
|
||||
|
||||
private:
|
||||
bool _doPerformanceMeasurements;
|
||||
bool _loggingEnabled;
|
||||
bool _clearLogs;
|
||||
|
||||
std::string _logDir;
|
||||
std::string _prefix;
|
||||
|
||||
Reference in New Issue
Block a user