Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugging ASP.NET application at run-time
Message
 
 
À
16/01/2009 12:42:49
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01374333
Message ID:
01374438
Vues:
19
>
>PMFJI, another possibility is to write to the event log:
>
>
>Dim myEvent As EventLog = New EventLog
>
>myEvent.Log = "Application"
>myEvent.Source = "MyAppName"
>
>myEvent.WriteEntry("My message here", EventLogEntryType.Information)
>
Do I not have to install the Even Log for my application name ("MyAppName") first?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform