2 references to EventLog
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (2)
392
EventLog logToClear = new
EventLog
(logName, machineName);
652
EventLog log = new
EventLog
(logNames[i], machineName);