No more VM adding logs
----------------------
Key: VELOCITY-744
URL: https://issues.apache.org/jira/browse/VELOCITY-744
Project: Velocity
Issue Type: Bug
Components: Engine
Affects Versions: 1.6.2
Reporter: Alexandre Garnier
Priority: Minor
org.apache.velocity.runtime.VelocimacroFactory.addVelocimacro(String, String,
String[], String) add a log "added <VMName> : source = <VMBody>"
The new 1.6 method
org.apache.velocity.runtime.VelocimacroFactory.addVelocimacro(String, Node,
String[], String) no more log this.
The first one is used by
org.apache.velocity.runtime.RuntimeInstance.addVelocimacro(String, String,
String[], String) which is now deprecated for
org.apache.velocity.runtime.RuntimeInstance.addVelocimacro(String, Node,
String[], String) which use the new VelocimacroFactory.addVelocimacro
This logs was usefull for debug.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]