24 references to TraceImpl
Microsoft.TestPlatform.CoreUtilities (24)
Tracing\EqtTrace.cs (24)
60
return
TraceImpl
.GetTraceLevel();
64
TraceImpl
.SetTraceLevel(value);
73
return
TraceImpl
.GetLogFile();
82
return
TraceImpl
.DoNotInitialize;
86
TraceImpl
.DoNotInitialize = value;
103
return
TraceImpl
.ShouldTrace(PlatformTraceLevel.Error);
114
return
TraceImpl
.ShouldTrace(PlatformTraceLevel.Info);
125
return
TraceImpl
.ShouldTrace(PlatformTraceLevel.Verbose);
136
return
TraceImpl
.ShouldTrace(PlatformTraceLevel.Warning);
167
if (!
TraceImpl
.InitializeTrace(customLogFile, traceLevel))
207
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Error))
209
TraceImpl
.WriteLine(PlatformTraceLevel.Error, message);
269
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Error))
348
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Error))
351
TraceImpl
.WriteLine(PlatformTraceLevel.Error, FormatException(exceptionToTrace));
362
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Warning))
364
TraceImpl
.WriteLine(PlatformTraceLevel.Warning, message);
424
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Warning))
485
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Info))
487
TraceImpl
.WriteLine(PlatformTraceLevel.Info, message);
547
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Info))
608
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Verbose))
610
TraceImpl
.WriteLine(PlatformTraceLevel.Verbose, message);
670
if (
TraceImpl
.ShouldTrace(PlatformTraceLevel.Verbose))