pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Implement file logger #107

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Write the code to implement the file logger.

Interface: https://github.com/pointonsoftware/pscore/blob/v0.1.0a/utility/logger/loggeriface.hpp Implementation class: https://github.com/pointonsoftware/pscore/blob/v0.1.0a/utility/logger/filelog.hpp

When a file logger is used, we should write all the enabled logs to a specific file.