Open JustBrenkman opened 6 years ago
Update the logger to allow multiple lines to be processed for each ostringstream. This will allow for a simpler and more efficient debugging method. No need to all Logger::Log(LoggerLevel) several times.
Simplify the Logger API so it is easier to use. Maybe use a macro or something to call the functions.
Add features such as saving a log file when the game crashes.
Update the logger to allow multiple lines to be processed for each ostringstream. This will allow for a simpler and more efficient debugging method. No need to all Logger::Log(LoggerLevel) several times.