19 references to Informational
datacollector (1)
DataCollectorMain.cs (1)
145(_requestHandler as DataCollectionRequestHandler)?.SendDataCollectionMessage(new DataCollectionMessageEventArgs(TestMessageLevel.Informational, $"Logging DataCollector Diagnostics in file: {EqtTrace.LogFile}"));
datacollector.arm64 (1)
src\vstest\src\datacollector\DataCollectorMain.cs (1)
145(_requestHandler as DataCollectionRequestHandler)?.SendDataCollectionMessage(new DataCollectionMessageEventArgs(TestMessageLevel.Informational, $"Logging DataCollector Diagnostics in file: {EqtTrace.LogFile}"));
Microsoft.TestPlatform.CommunicationUtilities (3)
EventHandlers\TestDiscoveryEventHandler.cs (1)
60case TestMessageLevel.Informational:
EventHandlers\TestInitializeEventsHandler.cs (1)
37case TestMessageLevel.Informational:
EventHandlers\TestRunEventsHandler.cs (1)
63case TestMessageLevel.Informational:
Microsoft.TestPlatform.CrossPlatEngine (3)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (2)
80eventHandler?.HandleLogMessage(TestMessageLevel.Informational, "Attachments processing was cancelled."); 91eventHandler?.HandleLogMessage(TestMessageLevel.Informational, "Attachments processing was cancelled.");
EventHandlers\TestRequestHandler.cs (1)
367SendLog(TestMessageLevel.Informational, string.Format(CultureInfo.CurrentCulture, CrossPlatResources.TesthostDiagLogOutputFile, EqtTrace.LogFile));
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\TestHostManagerCallbacks.cs (2)
48_messageLogger.SendMessage(TestMessageLevel.Informational, data); 63_messageLogger.SendMessage(TestMessageLevel.Informational, data);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
448case TestMessageLevel.Informational:
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionLogger.cs (1)
127level is >= TestMessageLevel.Informational and <= TestMessageLevel.Error,
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
162case TestMessageLevel.Informational:
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
240case TestMessageLevel.Informational:
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Logging\Events\TestRunMessageEventArgs.cs (1)
24if (level is < TestMessageLevel.Informational or > TestMessageLevel.Error)
vstest.console (2)
Internal\ConsoleLogger.cs (1)
439case TestMessageLevel.Informational:
Internal\MSBuildLogger.cs (1)
77case TestMessageLevel.Informational:
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (1)
439case TestMessageLevel.Informational:
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
77case TestMessageLevel.Informational: