Software
Software copied to clipboard
Separate Log and LoggerSingleton
Description of the task
As stated in the title, we need to separate our version of LOG from g3log and LoggerSingleton. We could then remove all the std::cerr in the code base.
Ideally, LOG is self contained and does not depend on other code in our codebase.
Acceptance criteria
- [ ]