Author: dotnet16 | Posted on: 9/13/2010 3:31:21 AM | Views : 1295

I need to log entries  into a log file.This should be done in the data access layer.At present,
I am using the standard IO for making the log entries.But I need to use the log4net provider instead of standard IO for the log provider.I have added the log4net as a reference to my project.Can anyone explain how to achieve this..?
...

Go to the complete details ...