exasol / udf-debugging-java

Utilities for debugging, profiling and code coverage measure for UDFs.
MIT License
1 stars 1 forks source link

Remove dependency org.slf4j:slf4j-api #55

Closed kaklakariada closed 1 year ago

kaklakariada commented 1 year ago

This project declares a compile time dependency org.slf4j:slf4j-api and uses it in a single class: UdfTestSetup.

We should refactor the code to only use java.util.logging.Logger.