y9luiz / FaceRecognitionServer

A face recognition server written in C++ [Under development]
1 stars 2 forks source link

Create logger class #18

Open y9luiz opened 1 year ago

y9luiz commented 1 year ago

Currently, we are logging into the default std output using std::cout. Ideally would be good if we log into a file.

For that, I'm proposing the creation of a class to do this job.