Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing the log of operation in a field
Message
De
29/12/2004 10:37:35
 
 
À
28/12/2004 18:53:05
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
00972753
Message ID:
00972956
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform