boiscljo / SBA

An addon to ScreamingSandals bedwars plugin to hypixelify it!
GNU General Public License v3.0
19 stars 14 forks source link

feat: print stack traces when using sba.utils.Logger #37

Closed Misat11 closed 7 months ago

Misat11 commented 7 months ago

Currently Logger does not print stack trace of any passed Throwable. This can make debugging harder in places where Logger#error is used to print the exception as it only prints its name and localized message.