approachcircle / Pong

a pong game written in LibGDX
GNU General Public License v3.0
1 stars 1 forks source link

add robust logging #8

Closed approachcircle closed 5 months ago

approachcircle commented 6 months ago

every time the UserFriendlyCrashHandler handles a RuntimeException, a log file can be opened and the full exception stack trace can be written to it

approachcircle commented 5 months ago

we have absolutely no non-volatile logging system, which needs to be implemented as the project gets more complex. this logging system should also log crashes though.