I have been trying to figure out the best practices to do logging in my application which uses Spring MVC. If you could please help me understand and figure out the best practice.
For now I see two choices to implement logging in my application:
Log4J logging (tradational approach non- AOP specific)
AOP based logging
I would really appreciate answers that would make me understand which approach to be chosen with the benefits of each choice.