Logging

How do I disable the logger output, and also how would I redirect to to a file?

I read the wiki page on it and couldnt get it to work.

Logger.getLogger("com.jme").setLevel(Level.OFF);



jME is simply using java.util.logging.Logger, so if you want to do anything fancy -> http://java.sun.com/javase/6/docs/api/java/util/logging/Logger.html