views:

53

answers:

2

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.

+4  A: 

RTFM ;-)

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

Si
+1 for indirectly answering the question, while still providing me with my daily humor
PostMan
Gee you are so right, sorry I totaly oversaw that one, time for a coffee I guess..
Mark
No problems, I'm trying remember if there are any things to watch out for...actually, there was something on blog.stackoverflow.com, will dig further...
Si
+1  A: 

You're in luck. Have a look at the AdoNetAppender.

Nader Shirazie