net.sf.wraplog
Class Logger

java.lang.Object
  extended bynet.sf.wraplog.AbstractLogger
      extended bynet.sf.wraplog.SystemLogger
          extended bynet.sf.wraplog.Logger

Deprecated. -- this class is no longer part of WrapLog.

public class Logger
extends SystemLogger

This class is not included in WrapLog version 1.1.

Updated to WrapLog version 1.1.

Version:
1.0

Constructor Summary
Logger()
          Deprecated.  
 
Method Summary
static Logger getLogger(Class clazz)
          Deprecated.  
static Logger getLogger(String name)
          Deprecated.  
 
Methods inherited from class net.sf.wraplog.SystemLogger
getLevelText, reallyLog
 
Methods inherited from class net.sf.wraplog.AbstractLogger
checkLevel, debug, debug, error, error, getLevel, getLoggedMessageCount, info, info, isDebugEnabled, isEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, setLevel, 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()
Deprecated. 
Method Detail

getLogger

public static Logger getLogger(String name)
Deprecated.  

Parameters:
name - String
Returns:
Logger

getLogger

public static Logger getLogger(Class clazz)
Deprecated.  

Parameters:
clazz - Class
Returns:
Logger