TimpanogosTechGroup / GameEngine

If you have any questions about what we are doing or our code, feel free to email us at contact.us@timpanogos-tech.com
http://timpanogos-tech.com/
2 stars 0 forks source link

Logger #12

Open JustBrenkman opened 6 years ago

JustBrenkman commented 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.

JustBrenkman commented 6 years ago

Simplify the Logger API so it is easier to use. Maybe use a macro or something to call the functions.

define LOG Logger::Log("What we want to log", DEBUG);

JustBrenkman commented 6 years ago

Add features such as saving a log file when the game crashes.