Storing Log4Net Messages in SQL Server

log4net, sql-server

Solution

You can learn about this in the manual

Also a good blog about problems using log4net with logs saved in a database.

Problem

I am currently looking for some code or a tool/service that allows me to store Log4Net Messages in a SQL Server database. Does something like this already exist or would I have to implement this on my own? I couldn't find anything on SO or Google. Thanks in advance for any information.

Original source