mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-01 07:38:48 +02:00
Fixed issue 506 - plus some quite major refactoring
This commit is contained in:
parent
a19e800b99
commit
24765e6891
8 changed files with 50 additions and 60 deletions
|
@ -77,7 +77,7 @@ public:
|
|||
virtual void show(bool showIfEmpty);
|
||||
virtual bool write(ELevel level, const char* message);
|
||||
private:
|
||||
std::ofstream m_handle;
|
||||
std::string m_fileName;
|
||||
};
|
||||
|
||||
//! Write log to system log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue