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