Hi
I'm writing an .NET 3.5 web application that is using LinqToSql for the basic database stuff. I'd like to use the nLog library for logging. This library can log to a database using good ol' fashioned stored procedures (not that there is anything wrong with that..) but I'd like to use the LingToSql DataContext to log to the database
Does anyone know how to do this? I am aware version 2.0 of nLog is coming, but it's not here yet...
-Edoode