1 override of LogError
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionLogger.cs (1)
59
public override void
LogError
(DataCollectionContext context, string text, Exception exception)
3 references to LogError
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
267
_logger.
LogError
(_context.SessionDataCollectionContext, $"Blame: Creating hang dump failed with error.", ex);
300
_logger.
LogError
(_context.SessionDataCollectionContext, $"Blame: Collecting hang dump failed with error.", ex);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionLogger.cs (1)
40
LogError
(context, string.Empty, exception);