tags:

views:

14

answers:

1

Dear All,

I want all of you help to create file log for tracing user transaction. I want to do that when a user wants to update or add some information, I want to trace which information that user was updated.

The tracing file that I want is easy read and search. Even, it is in text file or xml file.

Thanks, Sopolin

A: 

System.Diagnostics.TraceSource is a good place to start looking.

thehowler