I’m going to add Logging (to rolling text file + windows event source) for my application today so that later application debugging can be made possible and easier.
I’ve previously used Log4Net and Enterprise Library Logging Application Block and now thinking what tool to use. I’ve seen [this comparison of existing tools][1].
but ideally, I’d like to use native .NET classes such as classes in System.Diagnostics so that it can be used on any project, any client with highest performance. any sample application?
Which logging tool/approach have you worked with and would you recommend?
Thanks,
i would like to recommend log4Net