19MisterX98 / SeedcrackerX

MIT License
1.02k stars 103 forks source link

Replace stdout with SLF4J LoggerFactory for improved logging (#137) #222

Closed ghost closed 1 year ago

ghost commented 1 year ago

This change addresses the issue #137. It replaces the direct usage of stdout with LoggerFactory from the SLF4J framework for improved logging. In the future, it would be useful to implement a better logging system.