de.cesr.more.util
Class Log4jLogger

java.lang.Object
  extended by de.cesr.more.util.Log4jLogger

public final class Log4jLogger
extends Object

log4j logger


Constructor Summary
Log4jLogger()
           
 
Method Summary
static Logger getLogger(Class<?> name)
           
static Logger getLogger(String name)
           
static void init()
          initialises the log4j logging system has to be called once before using the logging system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLogger

public Log4jLogger()
Method Detail

getLogger

public static Logger getLogger(String name)
Parameters:
name -
Returns:
the valid logger object Created by Sascha Holzhauer on 02.12.2009

getLogger

public static Logger getLogger(Class<?> name)
Parameters:
name -
Returns:
the valid logger object Created by Sascha Holzhauer on 02.12.2009

init

public static void init()
initialises the log4j logging system has to be called once before using the logging system