Correctly reset colors in FileLog.

This commit is contained in:
XMRig 2018-05-19 13:06:49 +07:00
parent 0086020b5c
commit 5019493332
9 changed files with 45 additions and 35 deletions

View file

@ -39,6 +39,8 @@ public:
DEBUG
};
constexpr static const size_t kBufferSize = 512;
virtual ~ILogBackend() {}
virtual void message(Level level, const char* fmt, va_list args) = 0;