abstract common tcp operations to a base class
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user