net.sf.wraplog
Class Logger
java.lang.Object
net.sf.wraplog.AbstractLogger
net.sf.wraplog.SystemLogger
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
Constructor Summary |
Logger()
Deprecated. |
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 |
Logger
public Logger()
- Deprecated.
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