What's a good log writing library for framework?
I have a need to generate a log file for a full framework app. I know there is Log4Net, but I need a library that handles the following:
- Writing as CSV
- File rotation
- Not adding in any extra text in the file, such as "Info", "Warning", etc like Log4Net does
Any recommendations?
0 comments:
Post a Comment