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 a logger like log4j instead of printing to System.out #37

Open
TheGlitch76 opened this issue May 19, 2020 · 3 comments
Open

Use a logger like log4j instead of printing to System.out #37

TheGlitch76 opened this issue May 19, 2020 · 3 comments

Comments

@TheGlitch76
Copy link
Contributor

Patchwork wants greater control over how errors/warnings are printed but it's difficult to do that in a system.out

@sfPlayer1
Copy link
Collaborator

Log4J or another lib won't happen since I want to avoid introducing deps that may conflict. I'see see about exposing it via other means though. Loader has a similar issue.

@Marcono1234
Copy link
Contributor

What about SLF4J? It leaves the choice for the actual logging implementation to the consumer of this library.

@LoganDark
Copy link

LoganDark commented Mar 28, 2022

SLF4J is now used by Minecraft (setting an example), so maybe Loom + deps could all use it too

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

4 participants