mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 05:40:39 -05:00
Correctly reset colors in FileLog.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user