consider moving logging (and errors?) to an event/monitor approach
------------------------------------------------------------------

                 Key: VELOCITY-660
                 URL: https://issues.apache.org/jira/browse/VELOCITY-660
             Project: Velocity
          Issue Type: Improvement
          Components: Engine
    Affects Versions: 2.0
            Reporter: Nathan Bubna
             Fix For: 2.0


As suggested in the comments for VELOCITY-168:

"use so called Monitors.
It means: use events to inform "subscribed" events listeners about something 
"interesting" which occurs inside velocity engine - e.g "template loaded", 
"parsing error" etc.
Then if somebody is willing to log those events to log file - he can very 
easily create event listener(s) (probably just one class!!) which will log 
incoming events using what ever logging API he/she wishes."

-- 
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]

Reply via email to