net.sourceforge.cvsgrab.util
Class CVSGrabLog

java.lang.Object
  extended by org.apache.commons.logging.impl.SimpleLog
      extended by net.sourceforge.cvsgrab.util.CVSGrabLog
All Implemented Interfaces:
Serializable, org.apache.commons.logging.Log

public class CVSGrabLog
extends org.apache.commons.logging.impl.SimpleLog

Logs messages for CVSGrab.

Version:
$Revision: 1.2 $ $Date: 2005/06/22 23:38:17 $
Author:
Ludovic Claude
See Also:
Serialized Form
Created:
on 3 fevr. 2004

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
CVSGrabLog(String arg0)
          Constructor for CVSGrabLog
 
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

CVSGrabLog

public CVSGrabLog(String arg0)
Constructor for CVSGrabLog

Parameters:
arg0 -
Method Detail

log

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

Overrides:
log in class org.apache.commons.logging.impl.SimpleLog
Parameters:
type -
message -
t -


Copyright © 2002-2005 Ludovic Claude. All Rights Reserved.