Alright, any coding project is going to need a logging system in some way or shape, which I've agreed to implementing it in this project. As suggested by Karnage, I'm going to use the FMT library for this purpose.
Here are some design features/principles behind this logger:
- Free floating functions in a namespace
- A C-inspired interface
- An interface which will not require any direct references to the FMT library
- Colored text with different logging levels (pretty much the standard for loggers)
if you should have suggestions regarding the design of the logger, please leave them in the comments, as I will start the implementation of the logger tomorrow.
Estimated duration until completion: 2 days.
Alright, any coding project is going to need a logging system in some way or shape, which I've agreed to implementing it in this project. As suggested by Karnage, I'm going to use the FMT library for this purpose.
Here are some design features/principles behind this logger:
if you should have suggestions regarding the design of the logger, please leave them in the comments, as I will start the implementation of the logger tomorrow.
Estimated duration until completion: 2 days.