当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
CommonsLoggingLogSystem (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.ui.velocity
Class CommonsLoggingLogSystem
java.lang.Object
org.springframework.ui.velocity.CommonsLoggingLogSystem
- All Implemented Interfaces:
- org.apache.velocity.runtime.log.LogSystem
public class CommonsLoggingLogSystem
- extends Object
- implements org.apache.velocity.runtime.log.LogSystem
Velocity LogSystem implementation for Jakarta Commons Logging.
Used by VelocityConfigurer to redirect log output.
- Since:
- 07.08.2003
- Author:
- Juergen Hoeller
- See Also:
VelocityEngineFactoryBean
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem |
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonsLoggingLogSystem
public CommonsLoggingLogSystem()
init
public void init(org.apache.velocity.runtime.RuntimeServices runtimeServices)
- Specified by:
init
in interface org.apache.velocity.runtime.log.LogSystem
logVelocityMessage
public void logVelocityMessage(int type,
String msg)
- Specified by:
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem
Copyright © 2002-2007 The Spring Framework.