Add an entry to event log in C#(technoblogy.net)
submitted by
nauman1278(530) 2 years, 11 months ago
EventLog is a good place to write your applications log. Here is an example to show how to do this: If ( !EventLog.SourceExists("TestCategory")) EventLog.CreateEventSource("TestCategory","TestLog"); EventLog evtLog = new Even
|category: Events
|Views: 22
tags:
another
Everyones tags:
No tags
Your Tags: