Open anatawa12 opened 2 years ago
Could you provide more information to help my understanding?
It seems to be you get better log and control on it. https://stackify.com/slf4j-java/
It's good thing, but I'd like to properly understand the reason to use it. This should be my problem of poor knowledge for this part. (Especially, I don't get the needs "To get log from JDA.")
JDA outputs several log (for example, connection status and some non fatal errors) to slf4j log facade so to see some non-fatal errors, I have to add slf4j implementation package
I got it! Sounds great.
To get log from JDA, slf4j implementation is required