LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: xindon on March 04, 2010, 19:46:29

Title: Disable JInput "Loading: [Plugin]" message
Post by: xindon 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
Title: Re: Disable JInput "Loading: [Plugin]" message
Post by: Endolf 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