4 writes to EntryType
System (4)
services\monitoring\system\diagnosticts\EventData.cs (1)
18
EntryType
= entryType;
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (3)
220
data.
EntryType
= EventLogEntryType.Error;
222
data.
EntryType
= EventLogEntryType.Warning;
224
data.
EntryType
= EventLogEntryType.Information;
1 reference to EntryType
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1674
InternalWriteEvent((uint) instance.InstanceId, (ushort) instance.CategoryId, instance.
EntryType
, strings, data, currentMachineName);