Open bertfrees opened 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.
Louis.setLogger()
CC @joeha480
Nice!
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