liblouis / liblouis-java

Java bindings for liblouis
GNU Lesser General Public License v3.0
4 stars 9 forks source link

Remove SLF4J dependency #14

Open bertfrees opened 5 years ago

bertfrees commented 5 years ago

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

joeha480 commented 5 years ago

Nice!