1 implementation of IEventLog
Microsoft.Extensions.Logging.EventLog (1)
WindowsEventLog.cs (1)
15internal sealed class WindowsEventLog : IEventLog
3 references to IEventLog
Microsoft.Extensions.Logging.EventLog (3)
EventLogLogger.cs (1)
54public IEventLog EventLog { get; }
EventLogSettings.cs (2)
13private IEventLog? _eventLog; 35internal IEventLog EventLog