I need to use logger in my application.
I looking for some class in .net framework that i can use for this purpose – and i did not found.
Is there some ready library in .net framework that i can use for organize simple log ?
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.
When you were looking in the framework, did you not see or not like the System.Diagnostics.Trace [1] framework?
As already mentioned log4net [2] is a good framework, we use it extensively. You may also be interested in the Log facility in the Castle Windsor IoC framework [3].
[1] http://msdn.microsoft.com/en-us/library/system.diagnostics.trace.aspx
[2] http://logging.apache.org/log4net/
[3] http://www.castleproject.org/container/facilities/trunk/logging/index.html