1 instantiation of WindowsEventLog
Microsoft.Extensions.Logging.EventLog (1)
EventLogSettings.cs (1)
56
return new
WindowsEventLog
(logName, machineName, sourceName) { DefaultEventId = defaultEventId };
3 references to WindowsEventLog
Microsoft.Extensions.Logging.EventLog (3)
EventLogLoggerProvider.cs (1)
53
if (_settings.EventLog is
WindowsEventLog
windowsEventLog)
EventLogSettings.cs (1)
43
private
WindowsEventLog
CreateDefaultEventLog()
WindowsEventLog.cs (1)
22
/// Initializes a new instance of the <see cref="
WindowsEventLog
"/> class.