Error!
Success!

Add an entry to event log in C#

0
kicks

Add an entry to event log in C#  (Unpublished)

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


Kicked By:
Drop Kicked By: