Why does dnsjava requires slf4j and logback?
So I’m (trying) developing a kotlin console application, where the user can sign up with an email, and in order to validate this email I use dnsjava library, but that requires me to use the slf4j and a log api such as logback, but my question is, is there a better way of checking if the email is a real one or not? and why do we have to use loggers??