flush in logger

This commit is contained in:
Denis Ivaykin
2015-05-09 13:24:01 +02:00
parent 849b5cb84e
commit 63e0012e34
5 changed files with 9 additions and 3 deletions

View File

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