Singleton Logger Implementation

# Introduction In this challenge, we will be fixing bugs in a simple logger class that is used to assist debugging and output log messages to a log file. The objective is to implement a singleton implementation for the Logger class, ensure that the test program runs correctly, and the log file is appended with logs. The challenge involves knowledge of smart pointers, the singleton pattern, and file operations.

|60 : 00

Click the virtual machine below to start practicing