Log all responses

I can override invokeBlock in ActionBuilder so I can log all incoming requests. Is there a easy way to log all responses as opposed to within each Action ?

You can use java http filters for this task…