strikekat/m7engine

Debug Logger

Closed this issue · 1 comments

Logging class that will log standard output and errors onto the console (And preferably a log file as well). Could be set to certain levels of debugging output, and could display output in different colors. (Errors in bright red, etc)
When a dedicated console is actually integrated into the project, this should be capable of writing out to it as well.

Logger implemented with new commit. Currently writes to log file and stdout/stderr. Pending upgrades will include output in color, as well to the console when it is implemented.