Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What other alternatives to log4net logging exist? [closed]

(subjective)

I'm looking for what your using to perform logging in your application. This log4net thing is giving me headaches. Is there a better answer out there or is everone just homebrewing a solution? I know the System.Diagnostics.Trace subsystem is quite capable should I layer on this?

like image 523
csharptest.net Avatar asked Oct 11 '09 13:10

csharptest.net


1 Answers

NLog is probably the other big player in this area. Also, There is an application bloc in entreprise library that is dedicated to tracing and logging.

like image 143
Romain Verdier Avatar answered Sep 23 '22 12:09

Romain Verdier