org.springframework.ui.velocity
Class CommonsLoggingLogSystem

java.lang.Object
  extended by org.springframework.ui.velocity.CommonsLoggingLogSystem

public class CommonsLoggingLogSystem
extends java.lang.Object

Velocity LogSystem implementation for Jakarta Commons Logging. Used by VelocityConfigurer to redirect log output.

Since:
07.08.2003
Author:
Juergen Hoeller
See Also:
VelocityEngineFactoryBean

Field Summary
private static Log logger
           
 
Constructor Summary
CommonsLoggingLogSystem()
           
 
Method Summary
 void init(RuntimeServices runtimeServices)
           
 void logVelocityMessage(int type, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final Log logger
Constructor Detail

CommonsLoggingLogSystem

public CommonsLoggingLogSystem()
Method Detail

init

public void init(RuntimeServices runtimeServices)

logVelocityMessage

public void logVelocityMessage(int type,
                               java.lang.String msg)