Is there a way to write to this event log:
Or at least, some other Win
try
System.Diagnostics.EventLog appLog = new System.Diagnostics.EventLog(); appLog.Source = "This Application's Name"; appLog.WriteEntry("An entry to the Application event log.");