fix: always init coloredOutput

This commit is contained in:
Oliver 2022-09-05 00:24:38 +02:00
parent 29047e23d9
commit e1475e798e
Signed by untrusted user: okaestne
GPG Key ID: 06A81B143EA9588F
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public:
private:
std::ostream* osStd = &std::cout;
std::ostream* osErr = &std::cerr;
bool coloredOutput;
bool coloredOutput = false;
virtual void log(Level lvl, std::stringbuf* sbuf) {
// off fatal error warn note info debug trace