tags:

views:

15

answers:

0

I am looking for more complete sample code on how TeeFilter of Logback can be used to log HTTP messages.

I am trying to add this support to my Spring 3 (MVC)/Hibernate 3/Annotations Maven2 project. I have the config and xml files but I need to know where and how I can trigger this Filter to do the job for me in the Spring MVC framework.

Any help will be greatly appreciated.