Library for writing log files

  • Thread starter Thread starter Michael Leithold, WWK
  • Start date Start date
M

Michael Leithold, WWK

Hello,

is there a .NET library for writing log files? I'm looking for
something to configure the log files. E.g. using date-/timestamps,
deleting old log files, log file rotation for big log files, debug
logging, error logging etc.

Regards, Michael
 
Hello,

is there a .NET library for writing log files? I'm looking for
something to configure the log files. E.g. using date-/timestamps,
deleting old log files, log file rotation for big log files, debug
logging, error logging etc.

Regards, Michael

I like Log4Net, easy to setup and works really well.
 
Back
Top