Correctly reset colors in FileLog.
This commit is contained in:
parent
0086020b5c
commit
5019493332
9 changed files with 45 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue