diff --git a/program/SVET/lib/SVET/SVET.cpp b/program/SVET/lib/SVET/SVET.cpp index 8279e07..55501a4 100644 --- a/program/SVET/lib/SVET/SVET.cpp +++ b/program/SVET/lib/SVET/SVET.cpp @@ -16,7 +16,8 @@ bool SVET::Start() auto loggerOptions = &Builder->BuildLoggerOptions; this->SLogger = std::make_unique(loggerOptions->BaudRate, loggerOptions->CoreLoggerLevel, - loggerOptions->UserLoggerLevel); + loggerOptions->UserLoggerLevel, + loggerOptions->UseColor); delete this->Builder; // nullptr to Builder this->Builder = nullptr;