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