NSExceptional / Zombe-Modpack

An updated version of Zombe Modpack
https://www.minecraftforum.net/topic/91055-/
GNU General Public License v3.0
11 stars 3 forks source link

Use log4j #4

Open mattmess1221 opened 7 years ago

mattmess1221 commented 7 years ago

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

NSExceptional commented 7 years ago

Why's that?

mattmess1221 commented 7 years ago
  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 commented 7 years ago

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!

mattmess1221 commented 7 years ago

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