Hello Guest

Disable JInput "Loading: [Plugin]" message

  • 1 Replies
  • 4739 Views
Disable JInput "Loading: [Plugin]" message
« on: March 04, 2010, 19:46:29 »
Hi,

I'm just wondering whether it is possible to disable the Loading: net.java.games.input.OSXEnvironmentPlugin message (or whatever plugin it is using) when starting up the application?

Thank you very much!

xindon

*

Offline Endolf

  • ***
  • 101
    • http://www.computerbooth.com/
Re: Disable JInput "Loading: [Plugin]" message
« Reply #1 on: March 08, 2010, 07:02:29 »
Any JInput build after 31st of October 2009 uses java util logging for that message rather than sys out, so it just needs the right logging levels set in your logging.properties, it's dumped at info level.

Not sure what build of jinput lwjgl is using though.

HTH

Endolf