org.jocl.cloth
Class LoggerUtil

java.lang.Object
  extended by org.jocl.cloth.LoggerUtil

 class LoggerUtil
extends java.lang.Object

Utility class for configuring a logger to produce "nice" output.

Yes, I know that this should be done using a properties file.


Method Summary
(package private) static void configureDefault(java.util.logging.Logger logger)
          Configure the given logger to produce "nice" output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configureDefault

static void configureDefault(java.util.logging.Logger logger)
Configure the given logger to produce "nice" output

Parameters:
logger - The logger to configure