Fixed flush of logs in async mode

This commit is contained in:
gabime
2015-11-28 15:00:19 +02:00
parent 860015ccfd
commit 06ffde6333
4 changed files with 90 additions and 26 deletions

View File

@@ -107,7 +107,7 @@ public:
void set_pattern(const std::string&);
void set_formatter(formatter_ptr);
void flush();
virtual void flush();
protected:
virtual void _log_msg(details::log_msg&);