I wanted to do logging for Spring batch application.

I want to log the reader,writer as well as service layer.

i tried to use dynamic proxies bt the prob is only my service layer has interface-implementation structure bt the reader and writers extend DelegatingItemReader and DelegatingItemWriter so i cant use dynamic proxies . If i use CGLIB poxied it wont work for the service layer.
I want a common logger.

Please Help

Thanx in advance,
gemi