There are many toy examples of logging. I am looking for a large example,
that is real world production code, and make extreme use of logging.
thank you
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 don’t know about extreme, but have a look at OpenESB. It is built on top of Glassfish. It uses a very flexible approach to logging that is easily user configurable (it is a product targeted at developers after all).
As a user, you have the ability to select the logging level for various parts of the system (which includes plugins, hence my recommendation of OpenESB) to see how it behaves.