EventLog in framework 2.0
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi folks, I need to record my applications events errors and some details in to the eventog.and i have use the following code to create event log.it write's but i need to read the logs which is my application write. EventLog.CreateEventSource("PsisLog","PSIS Entry"); EventLog.WriteEntry("PsisLog", str_log); the PSIS Entry is not in the evevt viewer, the PsisLog is displayed under Application but i want create new event view like application Anybody face like this problem plz share with me