What is the best way to configure the log level etc? I know how to do this with log4j, but not java.util.logging.
Is there something better then: log.setLevel( Level.FINE )? thanks
What is the best way to configure the log level etc? I know how to do this with log4j, but not java.util.logging.
Is there something better then: log.setLevel( Level.FINE )? thanks