liblouis/liblouis-java

Remove SLF4J dependency

Opened this issue · 1 comments

and use java.util.logging instead.

Also, currently you can register a custom logger with Louis.setLogger(). It probably makes sense to hide this method, and automatically forward any messages from Liblouis to java.util.logging.

CC @joeha480

Nice!