Description
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.