1 implementation of WriteLine
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\PlatformEqtTrace.cs (1)
213public void WriteLine(PlatformTraceLevel level, string? message)
5 references to WriteLine
Microsoft.TestPlatform.CoreUtilities (5)
Tracing\EqtTrace.cs (5)
209TraceImpl.WriteLine(PlatformTraceLevel.Error, message); 351TraceImpl.WriteLine(PlatformTraceLevel.Error, FormatException(exceptionToTrace)); 364TraceImpl.WriteLine(PlatformTraceLevel.Warning, message); 487TraceImpl.WriteLine(PlatformTraceLevel.Info, message); 610TraceImpl.WriteLine(PlatformTraceLevel.Verbose, message);