org.jfor.jfor.main
Class JForLogConfig

java.lang.Object
  extended byorg.jfor.jfor.main.JForLogConfig

public class JForLogConfig
extends java.lang.Object

Configures log4j for the jfor logging system.

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Constructor Summary
JForLogConfig()
           
 
Method Summary
static void configure()
          Must be called before using any log4j Logger By default, configures log4j to use System.err for logging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JForLogConfig

public JForLogConfig()
Method Detail

configure

public static void configure()
Must be called before using any log4j Logger By default, configures log4j to use System.err for logging. Might be improved for better control of what is logged and what is not