4 writes to EntryType
System.Diagnostics.EventLog (4)
System\Diagnostics\EventData.cs (1)
22
EntryType
= entryType;
System\Diagnostics\EventLogTraceListener.cs (3)
170
data.
EntryType
= EventLogEntryType.Error;
172
data.
EntryType
= EventLogEntryType.Warning;
174
data.
EntryType
= EventLogEntryType.Information;
2 references to EntryType
System.Diagnostics.EventLog (2)
System\Diagnostics\EventData.cs (1)
43
throw new InvalidEnumArgumentException(nameof(
EntryType
), (int)value, typeof(EventLogEntryType));
System\Diagnostics\EventLogInternal.cs (1)
1351
InternalWriteEvent((uint)instance.InstanceId, (ushort)instance.CategoryId, instance.
EntryType
, strings, data, currentMachineName);