Disable JInput "Loading: [Plugin]" message

Started by xindon, March 04, 2010, 19:46:29

Previous topic - Next topic

xindon

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

Endolf

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