mirror of
https://github.com/open-goal/jak-project
synced 2026-06-03 18:36:52 -04:00
9bbb47006c
Logging names are now less ambiguous. We can adopt one of two styling conventions: create a logger object for each component of the project, and log every output into a large jak.log file; or we can have separate text files for the compiler log, runtime log, etc. I think the former will be the most efficient but may also make filtering harder. Also replaced more old prints with spdlog equivalents