posted 9 years ago
Hello Guys , 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 looging in my application . 1) Log4J logging (tradational approach non- AOP specific . ) 2) AOP based logging .
I would really appreciate answers that would make me understand which approach to be chosen with the benifits of using .
Thanks in Advance ..