Author Topic: Getting rid of System.out.println()  (Read 2060 times)

Offline aZen

  • int
  • **
  • Posts: 94
    • View Profile
Getting rid of System.out.println()
« on: September 01, 2012, 10:32:58 am »
Hello everyone!

When I start JPCT it starts printing to the java console, e.g.:

Java version is: 1.6.0_33
-> support for BufferedImage
Version helper for 1.5+ initialized!
-> using BufferedImage
Software renderer (OpenGL mode) initialized


How do I get rid of these messages? I looked around in the world object and the config, but was not able to find anything.

Cheers,
aZen

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Getting rid of System.out.println()
« Reply #1 on: September 01, 2012, 12:13:32 pm »
Look at Logger instead... ;)

Offline aZen

  • int
  • **
  • Posts: 94
    • View Profile
Re: Getting rid of System.out.println()
« Reply #2 on: September 05, 2012, 11:03:07 pm »
Ah.. that was too easy :)

Thank you very much!