net.sf.wraplog
Class Logger

java.lang.Object
  extended by net.sf.wraplog.AbstractLogger
      extended by net.sf.wraplog.Log4jLogger
          extended by net.sf.wraplog.Logger

public class Logger
extends net.sf.wraplog.Log4jLogger

Wrapped Logger for Log4j.

Author:
Thomas Aglassinger

Constructor Summary
Logger(String name)
           
 
Method Summary
static Logger getLogger(Class clazz)
           
static Logger getLogger(String name)
           
 
Methods inherited from class net.sf.wraplog.Log4jLogger
getLog4jLogger, reallyLog
 
Methods inherited from class net.sf.wraplog.AbstractLogger
checkLevel, debug, debug, debug, debug, error, error, error, error, getLevel, getLoggedMessageCount, handleError, handleError, info, info, info, info, isDebugEnabled, isEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, log, setLevel, setLoggingErrorHandler, warn, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger(String name)
Method Detail

getLogger

public static Logger getLogger(String name)

getLogger

public static Logger getLogger(Class clazz)