1 write to DiagnosticsEventLog
Microsoft.Extensions.Logging.EventLog (1)
WindowsEventLog.cs (1)
26
DiagnosticsEventLog
= new System.Diagnostics.EventLog(logName, machineName, sourceName);
2 references to DiagnosticsEventLog
Microsoft.Extensions.Logging.EventLog (2)
EventLogLoggerProvider.cs (1)
55
windowsEventLog.
DiagnosticsEventLog
.Dispose();
WindowsEventLog.cs (1)
47
DiagnosticsEventLog
.WriteEvent(new EventInstance(eventID, category, type), message);