We might want to consider using `java.util.logging` instead of `slf4j`. `java.util.logging` is part of the JDK, so using it means having one less external dependency.
We might want to consider using
java.util.logginginstead ofslf4j.java.util.loggingis part of the JDK, so using it means having one less external dependency.