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