TinaTiel / websocket-obs-java

A java library for the OBS-Studio websocket plugin by Palakis.
MIT License
0 stars 0 forks source link

Replace sout with Logging (SLF4J?) #2

Closed TinaTiel closed 3 years ago

TinaTiel commented 3 years ago

Didn't catch all the e.printstacktrace calls >.>

TinaTiel commented 3 years ago

A few things of note:

Inside those runOn... methods, I set it to DEBUG log the intended message so that the client knows something happened. I also include a debug message stating that no callback was registered, if relevant, so that they can know to register their own callbacks if they need to react to those kinds of events.