azurite-engine / Azurite

Azurite Game Engine is a 2D Java game engine built on top of LWJGL.
https://azurite-engine.github.io
MIT License
42 stars 20 forks source link

Feature/logging #85

Closed Juyas closed 2 years ago

Juyas commented 2 years ago

I reworked the Logger and made logging a permanent thing to have around for troubleshooting, debugging and bug fixing. The Logger supports 4 logging levels to filter and reduce the displayed information. This pr also includes logging to be saved as an optional feature that has to be turned on by function call.