Re: Processing Feedback: How to handle things like Batik's user agent?

2008-03-20 Thread Jeremias Maerki
On 19.03.2008 21:21:16 J.Pietschmann wrote: Jeremias Maerki wrote: 2. I could also build a hook of some sort so the caller/user can control the creation of the SVG user agent [snip] Option 1 sounds more straight-forward but somehow 2 feels better even though it's probably more complex

Re: svn commit: r638774 - in /xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/events: LoggingEventListener.java model/EventSeverity.java

2008-03-20 Thread Vincent Hennebert
Hi Jeremias, Author: jeremias Date: Wed Mar 19 03:17:36 2008 New Revision: 638774 URL: http://svn.apache.org/viewvc?rev=638774view=rev Log: Added DEBUG level. Why a debug level?? I thought the idea was to keep the current logging framework for debugging purpose? Vincent -- Vincent

Re: svn commit: r638774 - in /xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/events: LoggingEventListener.java model/EventSeverity.java

2008-03-20 Thread Jeremias Maerki
Overconstrained geometry adjustment notifications were on debug level. I guess they could also be promoted to INFO level if that's preferred. It's an event I would want to get notified about but the severity level is discussable. See: http://svn.apache.org/viewvc?rev=638777view=rev On 20.03.2008

Re: svn commit: r638774 - in /xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/events: LoggingEventListener.java model/EventSeverity.java

2008-03-20 Thread Vincent Hennebert
Jeremias Maerki wrote: Overconstrained geometry adjustment notifications were on debug level. I guess they could also be promoted to INFO level if that's preferred. It's an event I would want to get notified about but the severity level is discussable. I see. Well calling it debug looks a bit

Re: svn commit: r638774 - in /xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/events: LoggingEventListener.java model/EventSeverity.java

2008-03-20 Thread Jeremias Maerki
On 20.03.2008 12:23:43 Vincent Hennebert wrote: Jeremias Maerki wrote: Overconstrained geometry adjustment notifications were on debug level. I guess they could also be promoted to INFO level if that's preferred. It's an event I would want to get notified about but the severity level is

Re: Processing Feedback: How to handle things like Batik's user agent?

2008-03-20 Thread J.Pietschmann
Jeremias Maerki wrote: Something like that. The only problem with creating this is a static context: I don't know for which processing run I create the user agent. I didn't have alook at the actual code, but I thought the Batik User Agent can be created once the first SVG is processed. (Same