What log level should one use for method exit/enter?
The log4j levels follow the following order.
DEBUG
INFO
WARN
ERROR
FATAL
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have always used DEBUG because it seems this info was only necessary to me when there was an issue and I needed to debug the application.