AltitudeQuests/src/main/java/com/alttd/altitudequests
Teriuihi 46bfb4fd65 Replace printStackTrace with Logger.throwing in various classes
The changes made in these classes are intended to improve error handling and visibility. Instead of simply printing the StackTrace, the Logger.throwing method is now used to send error messages to the logger in a more controlled manner. This should facilitate better error tracking and resolution. The affected classes include database, configuration, and quest implementation classes.
2024-04-13 20:27:33 +02:00
..
commands Add reroll command and associated help messages 2024-04-13 20:16:21 +02:00
config Replace printStackTrace with Logger.throwing in various classes 2024-04-13 20:27:33 +02:00
database Replace printStackTrace with Logger.throwing in various classes 2024-04-13 20:27:33 +02:00
events Minor changes. 2023-08-06 14:53:36 +02:00
gui attempted to start adding quests 2022-05-01 21:48:52 +02:00
objects Replace printStackTrace with Logger.throwing in various classes 2024-04-13 20:27:33 +02:00
util Replace printStackTrace with Logger.throwing in various classes 2024-04-13 20:27:33 +02:00
AQuest.java Minor changes for OtherQuests and a progress bar was added. 2023-09-19 19:32:56 +02:00