CommonsLogLogChute
@Deprecated public class CommonsLoggingLogSystem extends Object implements org.apache.velocity.runtime.log.LogSystem
NOTE: To be replaced by Velocity 1.5's LogChute
mechanism
and Velocity 1.6's CommonsLogLogChute
implementation once we
upgrade to Velocity 1.6+ (likely Velocity 1.7+) in a future version of Spring.
VelocityEngineFactoryBean
Constructor and Description |
---|
CommonsLoggingLogSystem()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
init(org.apache.velocity.runtime.RuntimeServices runtimeServices)
Deprecated.
|
void |
logVelocityMessage(int type,
String msg)
Deprecated.
|
public void init(org.apache.velocity.runtime.RuntimeServices runtimeServices)
init
in interface org.apache.velocity.runtime.log.LogSystem
public void logVelocityMessage(int type, String msg)
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem