Emad GabrielThoughts, tips and shortcuts about building software
Code

log4net and .NET 2.0 Gotcha

A single line makes all the difference when using log4net with .NET 2.0

 

log4net.Config.DOMConfigurator.Configure();

If this line is not included, log4net will not work at all.

 

more details in this posting (link no longer works)