3 references to
System (3)
services\monitoring\system\diagnosticts\EventLog.cs (3)
97
public EventLog() :
this
("", ".", "") {
103
public EventLog(string logName) :
this
(logName, ".", "") {
109
public EventLog(string logName, string machineName) :
this
(logName, machineName, "") {