7 references to Information
Microsoft.Extensions.Logging.EventLog (2)
EventLogLogger.cs (2)
192return EventLogEntryType.Information; 199return EventLogEntryType.Information;
System.Diagnostics.EventLog (4)
System\Diagnostics\EventData.cs (1)
11private EventLogEntryType _entryType = EventLogEntryType.Information;
System\Diagnostics\EventLog.cs (2)
977WriteEntry(message, EventLogEntryType.Information, (short)0, 0, null); 982WriteEntry(source, message, EventLogEntryType.Information, (short)0, 0, null);
System\Diagnostics\EventLogTraceListener.cs (1)
174data.EntryType = EventLogEntryType.Information;
System.ServiceProcess.ServiceController (1)
System\ServiceProcess\ServiceBase.cs (1)
949private void WriteLogEntry(string message, EventLogEntryType type = EventLogEntryType.Information)