Jump to content

[1.7.10] System.out.println problems


artman41

Recommended Posts

Look up information about Log4j on Google, it is the logging library that Minecraft uses.

 

All I could find was code saying to first create a Logger object like so:

final static Logger logger = Logger.getLogger(HelloExample.class);

thing is, this method doesn't exist in either

org.apache.logging.log4j.core.Logger

or

org.apache.logging.log4j.Logger

any help? Please?

 

-- EDIT -- Doesn't matter, worked out how to do it by backtracking through forge's logger

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.