org.springframework.ui.velocity
Class CommonsLoggingLogSystem
java.lang.Object
   org.springframework.ui.velocity.CommonsLoggingLogSystem
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:
- initin interface- LogSystem
 
- 
 
logVelocityMessage
public void logVelocityMessage(int type,
                               String msg)
- 
- Specified by:
- logVelocityMessagein interface- LogSystem
 
- 
 
Copyright © 2002-2008 The Spring Framework.