Fixed issue 506 - plus some quite major refactoring

This commit is contained in:
Nick Bolton 2010-06-05 14:20:19 +00:00
parent a19e800b99
commit 24765e6891
8 changed files with 50 additions and 60 deletions

View file

@ -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