Closed gbenziv closed 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.
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.