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