|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.tools.generic.log.LogChuteCommonsLog
org.apache.velocity.tools.generic.log.LogSystemCommonsLog
@Deprecated public class LogSystemCommonsLog
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.
Constructor Summary | |
---|---|
LogSystemCommonsLog()
Deprecated. |
Method Summary | |
---|---|
static void |
setVelocityEngine(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogSystemCommonsLog()
Method Detail |
---|
public static void setVelocityEngine(VelocityEngine target)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |