PDA

View Full Version : Velocity 1.5 and LogChute


bmeltzer
Apr 25th, 2007, 10:42 AM
Has anyone tried to use the newest version of velocity?
I get the message: "LogSystem has been deprecated. Please use a LogChute implementation."
I see this comes from the VelocityEngineFactory setting the velocity engine property to an instance of CommonsLoggingLogSystem which implements LogSystem (a deprecated class). Are there plans to change this to implement LogChute instead?

Bill.