Simple code based logging in C++
Update 24th of June 2021
I made the logging thread safe. It now uses a mutex which is locked when the logger class is called. And the mutex is released when the destructor is called. Since the usage of this logging class is by macros this is acceptab...
codesmith.hashnode.dev5 min read