de.fuberlin.wiwiss.d2rq
Class Log4jHelper

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.Log4jHelper

public class Log4jHelper
extends Object

All Log4j-specific stuff is encapsulated here. Default configuration is in /etc/log4j.properties. We always have to put that on the classpath so Log4j will find it.

Author:
Richard Cyganiak (richard@cyganiak.de)

Constructor Summary
Log4jHelper()
           
 
Method Summary
static void setDebugLogging()
           
static void setVerboseLogging()
           
static void turnLoggingOff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jHelper

public Log4jHelper()
Method Detail

turnLoggingOff

public static void turnLoggingOff()

setVerboseLogging

public static void setVerboseLogging()

setDebugLogging

public static void setDebugLogging()