liblouis / liblouis/liblouis-java
Remove SLF4J dependency
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SLF4J usage and the Louis.setLogger() API in the Java bindings. Replace the dependency with java.util.logging, determine how Liblouis messages should be forwarded, and confirm that the custom logger API is hidden and the dependency is removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100