approachcircle / Pong

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

change behaviour for uninitialised logger #12

Closed approachcircle closed 5 months ago

approachcircle commented 5 months ago

if a message is logged but the logger is not initialised, instead of throwing an exception, we should just use the standard out/err combined with a warning that logging will only be volatile