clamum
Lifer
I did a search and didn't really see much about this so I thought I'd start a new thread.
What do you guys use to handle your logging needs/requirements when designing and working with applications? I know of Log4net but I don't have any experience with it beyond previous co-workers saying it was good.
At my current job, logging is done by a custom class library that writes out the appropriate info to a text file on disk. It has support for multiple severity levels and can also send out emails to specific users, depending on the error and severity. It works well enough but we're looking to "upgrade" at some point so I was wondering what you guys have used or recommend.
What do you guys use to handle your logging needs/requirements when designing and working with applications? I know of Log4net but I don't have any experience with it beyond previous co-workers saying it was good.
At my current job, logging is done by a custom class library that writes out the appropriate info to a text file on disk. It has support for multiple severity levels and can also send out emails to specific users, depending on the error and severity. It works well enough but we're looking to "upgrade" at some point so I was wondering what you guys have used or recommend.