org.codehaus.wadi.impl
Class SimpleLog

java.lang.Object
  extended byorg.apache.commons.logging.impl.SimpleLog
      extended byorg.codehaus.wadi.impl.SimpleLog
All Implemented Interfaces:
Log, Serializable

public class SimpleLog
extends SimpleLog

This class is NOT for production use. It is useful for debugging race conditions.

Version:
$Revision: 1139 $
Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.logging.impl.SimpleLog
currentLogLevel, dateFormatter, dateTimeFormat, DEFAULT_DATE_TIME_FORMAT, LOG_LEVEL_ALL, LOG_LEVEL_DEBUG, LOG_LEVEL_ERROR, LOG_LEVEL_FATAL, LOG_LEVEL_INFO, LOG_LEVEL_OFF, LOG_LEVEL_TRACE, LOG_LEVEL_WARN, logName, showDateTime, showLogName, showShortName, simpleLogProps, systemPrefix
 
Constructor Summary
SimpleLog(String name)
           
 
Method Summary
protected  void log(int type, Object message, Throwable t)
           
 
Methods inherited from class org.apache.commons.logging.impl.SimpleLog
debug, debug, error, error, fatal, fatal, getLevel, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isLevelEnabled, isTraceEnabled, isWarnEnabled, setLevel, trace, trace, warn, warn, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLog

public SimpleLog(String name)
Method Detail

log

protected void log(int type,
                   Object message,
                   Throwable t)


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.