How to track down log4net problems

I use log4net all the time, but one thing I’ve never figured out is how to tell what’s going on on the inside. For example, I’ve got a console appender and a database appender in my project. I made a few changes to the database and the code, and now the database appender doesn’t work anymore. I’ll figure out why eventually, but it would help a lot if I could see what’s going on inside log4net.

Does log4net generate any kind of output that I can view to try to determine the source of my problem?

6 Answers
6

Leave a Comment