Hi All,
Is there anyone know how to make automatic logging for all classes (not only Services, Actions but Utils and other classes as well). I have used AspectJ or Spring AOP, but those frameworks can only do automatic logging for Services and Actions class. I need to log all classes under a web application, is it possible to do this things with Spring AOP / AspectJ?
Thanks for the answer.
Regards,
Hendy Setyo Mulyo


Reply With Quote