Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.
The following page has been changed by WilfredSpringer: http://wiki.apache.org/xmlgraphics-fop/ProcessingFeedback ------------------------------------------------------------------------------ == Blammo == - I would like to propose using something like Blammo. Blammo is extremely simple. You simply define an interface in which all of the operations represent event conditions in which you are interested. I am not aware of the specific conditions that you might want to track, but gathering from the above, I could imagine something like this: + I would like to propose using something like [http://blammo.sourceforge.net/ Blammo]. Blammo is extremely simple. You simply define an interface in which all of the operations represent event conditions in which you are interested. I am not aware of the specific conditions that you might want to track, but gathering from the above, I could imagine something like this: {{{ interface FopLogger { @@ -41, +41 @@ } }}} - Then you use classic JavaDoc annotations how this should be bound to a lower-level logging API: + Then you use classic !JavaDoc annotations how this should be bound to a lower-level logging API: {{{ interface FopLogger { @@ -70, +70 @@ * Blammo is generating message IDs. * Blammo generates an ID to human readable error description, as a Maven report. - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
