Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing the log of operation in a field
Message
From
29/12/2004 10:37:35
 
 
To
28/12/2004 18:53:05
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00972753
Message ID:
00972956
Views:
13
>In a form execute a process every 10 seconds, I would like to display a log in some kind of notes field for every occurence of the loop. What is the best control to use for that and how would I go to insert a line addtionnaly to the existing content of the notes field?

Hmm... you could use System.Diagnostics.Trace class. Then write a Trace Listener that logs the trace messages wherever you want them to go.

You also might want to look at log4net which gives you tons of instrumentation options.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform