org.springframework.ui.velocity
Class CommonsLoggingLogSystem
java.lang.Object
org.springframework.ui.velocity.CommonsLoggingLogSystem
- All Implemented Interfaces:
- LogSystem
public class CommonsLoggingLogSystem
- extends Object
- implements 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
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(RuntimeServices runtimeServices)
- Specified by:
init
in interface LogSystem
logVelocityMessage
public void logVelocityMessage(int type,
String msg)
- Specified by:
logVelocityMessage
in interface LogSystem
Copyright (c) 2002-2005 The Spring Framework Project.