12 references to Information
System (5)
services\monitoring\system\diagnosticts\EventData.cs (1)
9
private EventLogEntryType _entryType = EventLogEntryType.
Information
;
services\monitoring\system\diagnosticts\EventLog.cs (2)
1376
WriteEntry(message, EventLogEntryType.
Information
, (short) 0, 0, null);
1382
WriteEntry(source, message, EventLogEntryType.
Information
, (short) 0, 0, null);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1566
WriteEntry(message, EventLogEntryType.
Information
, (short) 0, 0, null);
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (1)
224
data.EntryType = EventLogEntryType.
Information
;
System.IdentityModel.Selectors (3)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (3)
211
LogEvent(code, null, EventLogEntryType.
Information
);
216
LogEvent(code, message, EventLogEntryType.
Information
);
593
EventLogEntryType logType = isInformational ? EventLogEntryType.
Information
: EventLogEntryType.Error;
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventLogger.cs (1)
232
EventLogEntryType retval = EventLogEntryType.
Information
;
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
793
EventLogEntryType retval = EventLogEntryType.
Information
;
System.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
180
Log(e.Message, EventLogEntryType.
Information
);
194
Log(Res.GetString(Res.XmlPregenCannotLoad, serializerName), EventLogEntryType.
Information
);