Class LogSystemCommonsLog
- java.lang.Object
-
- org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
- org.apache.velocity.tools.generic.log.LogSystemCommonsLog
-
- All Implemented Interfaces:
org.apache.commons.logging.Log
@Deprecated public class LogSystemCommonsLog extends LogChuteCommonsLog
Deprecated.Use LogChuteCommonsLog insteadRedirects commons-logging messages to Velocity's LogSystem.This is basically an empty subclass of LogChuteCommmonsLog that exists merely for backwards compatibility with VelocityTools 1.x. Please use LogChuteCommonsLog directly, as this will likely be removed in VelocityTools 2.1, if not earlier.
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description LogSystemCommonsLog()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidsetVelocityEngine(org.apache.velocity.app.VelocityEngine target)Deprecated.Use LogChuteCommonsLog.setVelocityLog(Log target) instead-
Methods inherited from class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
debug, debug, error, error, fatal, fatal, getTarget, getVelocityLog, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, setVelocityLog, trace, trace, warn, warn
-
-