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 log4j #4

Open
Tracked by #7
killjoy1221 opened this issue Jan 28, 2017 · 4 comments
Open
Tracked by #7

Use log4j #4

killjoy1221 opened this issue Jan 28, 2017 · 4 comments
Assignees
Labels

Comments

@killjoy1221
Copy link
Contributor

killjoy1221 commented Jan 28, 2017

All instances of java.util.Logger should be changed to org.apache.logging.log4j.Logger and org.apache.logging.log4j.LogManager.getLogger()

@NSExceptional
Copy link
Owner

Why's that?

@killjoy1221
Copy link
Contributor Author

  1. It's what minecraft uses and supports
  2. I've noticed that log messages using java.util.Logger don't show up in my console.

@NSExceptional
Copy link
Owner

Ahhh, okay, will do. Definitely want messages to show up in the launcher console. Thanks for pointing this out.

As you can probably tell I'm not an experienced modder, your help is much appreciated!

@killjoy1221
Copy link
Contributor Author

I'd say this is a bug more than an enhancement

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

No branches or pull requests

2 participants