Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
67 stars 28 forks source link

Overhaul Logging #96

Closed Gocnak closed 9 years ago

Gocnak commented 9 years ago

GUIMain.log(String) needs to be overhauled to give a better idea of what is going wrong, in what void, in what class, etc.

I think the Logger class has something like this, will investigate.

Gocnak commented 9 years ago

The most simple thing we can do is just take all the "GUIMain.log(e.getMessage())" and expand them to say what exception is being thrown where.