abstract common tcp operations to a base class

This commit is contained in:
2026-07-18 22:36:01 -05:00
parent aa007a3130
commit 001bd8e629
8 changed files with 216 additions and 41 deletions

View File

@@ -101,5 +101,7 @@ void LoggerService::write(std::string component, LogFlag flag, std::string messa
if(configuration_.fileEnabled) {
outfile_ << finalmessage << std::endl;
}
// TODO: if its an error flag we should automatically log the errno
}