Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File logger in C#

I am looking for a .net class to deal with logging various information to a file. The logger should have timestamps, categories for the logged data (to be able to differentiate between notificiation and errors), severity levels for errors, to be able to split the log file after it exceeds a certain size.

like image 893
kjv Avatar asked Nov 27 '22 04:11

kjv


1 Answers

I suggest you use the open source log4net

like image 149
Jhonny D. Cano -Leftware- Avatar answered Dec 05 '22 09:12

Jhonny D. Cano -Leftware-