What other alternatives to log4net logging exist?

csharptest.net picture csharptest.net · Oct 11, 2009 · Viewed 13.3k times · Source

(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?

Answer

Romain Verdier picture Romain Verdier · Oct 11, 2009

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.