net.sf.wraplog
Class Logger

java.lang.Object
  extended by net.sf.wraplog.AbstractLogger
      extended by net.sf.wraplog.SystemLogger
          extended by net.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

Field Summary
private static Logger logger
          Deprecated.  
 
Constructor Summary
Logger()
          Deprecated.  
 
Method Summary
private static Logger getLogger()
          Deprecated.  
static Logger getLogger(java.lang.Class clazz)
          Deprecated.  
static Logger getLogger(java.lang.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
 

Field Detail

logger

private static Logger logger
Deprecated. 
Constructor Detail

Logger

public Logger()
Deprecated. 
Method Detail

getLogger

private static Logger getLogger()
Deprecated. 

getLogger

public static Logger getLogger(java.lang.String name)
Deprecated. 

Parameters:
name - String
Returns:
Logger

getLogger

public static Logger getLogger(java.lang.Class clazz)
Deprecated. 

Parameters:
clazz - Class
Returns:
Logger