de.cesr.more.util
Class Log4jLogger
java.lang.Object
de.cesr.more.util.Log4jLogger
public final class Log4jLogger
- extends Object
log4j logger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4jLogger
public Log4jLogger()
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