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

Use SLF4J instead of System.out to log things #175

Closed
Tracked by #189
npepinpe opened this issue Feb 9, 2022 · 1 comment · Fixed by #207
Closed
Tracked by #189

Use SLF4J instead of System.out to log things #175

npepinpe opened this issue Feb 9, 2022 · 1 comment · Fixed by #207

Comments

@npepinpe
Copy link
Member

npepinpe commented Feb 9, 2022

Description

There's a few places where we log information using System.out instead of a logger. Using an SLF4J logger means the extension better integrates into the user's workflow and gives them more control over how logging is performed.

@remcowesterhoud
Copy link
Contributor

These will all be gone when #207 is merged.

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

Successfully merging a pull request may close this issue.

2 participants