Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace uses of java.logging with system.logging #1116

Open
Sineaggi opened this issue Apr 23, 2024 · 0 comments
Open

Replace uses of java.logging with system.logging #1116

Sineaggi opened this issue Apr 23, 2024 · 0 comments

Comments

@Sineaggi
Copy link
Contributor

In java 9+, java.util.logging was made it's own module. To simplify our dependency graph, we could replace uses of java.util.logging.Logger with java.lang.System.Logger.

This logger will fall back to java.util.logger if that module is on the runtime module-path, otherwise users can provide their own implementation such as slf4j or log4j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant