1 implementation of IEventLog
Microsoft.Extensions.Logging.EventLog (1)
WindowsEventLog.cs (1)
15internal sealed class WindowsEventLog : IEventLog
4 references to IEventLog
Microsoft.Extensions.Logging.EventLog (4)
_generated\0\BindingExtensions.g.cs (2)
57public static void BindCore(IConfiguration configuration, ref global::Microsoft.Extensions.Logging.EventLog.IEventLog instance, bool defaultValueIfNotFound, BinderOptions? binderOptions) 59ValidateConfigurationKeys(typeof(global::Microsoft.Extensions.Logging.EventLog.IEventLog), s_configKeys_Microsoft__Extensions__Logging__EventLog__IEventLog, configuration, binderOptions);
EventLogLogger.cs (1)
54public IEventLog EventLog { get; }
EventLogSettings.cs (1)
33internal IEventLog EventLog