类 LogSystemCommonsLog
java.lang.Object
org.apache.velocity.tools.generic.log.LogChuteCommonsLog
org.apache.velocity.tools.generic.log.LogSystemCommonsLog
已过时。
Use LogChuteCommonsLog instead
Redirects 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.
- 版本:
- $Id: LogSystemCommonsLog.java 534682 2007-05-03 01:50:54Z nbubna $
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
setVelocityEngine
(org.apache.velocity.app.VelocityEngine target) 已过时。Use LogChuteCommonsLog.setVelocityLog(Log target) instead从类继承的方法 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
-
构造器详细资料
-
LogSystemCommonsLog
public LogSystemCommonsLog()已过时。
-
-
方法详细资料
-
setVelocityEngine
public static void setVelocityEngine(org.apache.velocity.app.VelocityEngine target) 已过时。Use LogChuteCommonsLog.setVelocityLog(Log target) instead
-