Tag Archives: windows services

Log4Net not logging errors to db

This is a short post about logging errors to db with log4net.

I’ve recently been bitten by a bug or better said miss configuration of log4net. I’m using log4net with database logging and file logging in a project and i was wandering why there are no error messages logged in the db when they are logged in the log files configured.

At one point it hit me: Transactions… read full article