1 implementation of ShouldTrace
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\PlatformEqtTrace.cs (1)
181public bool ShouldTrace(PlatformTraceLevel traceLevel)
13 references to ShouldTrace
Microsoft.TestPlatform.CoreUtilities (13)
Tracing\EqtTrace.cs (13)
103return TraceImpl.ShouldTrace(PlatformTraceLevel.Error); 114return TraceImpl.ShouldTrace(PlatformTraceLevel.Info); 125return TraceImpl.ShouldTrace(PlatformTraceLevel.Verbose); 136return TraceImpl.ShouldTrace(PlatformTraceLevel.Warning); 207if (TraceImpl.ShouldTrace(PlatformTraceLevel.Error)) 269if (TraceImpl.ShouldTrace(PlatformTraceLevel.Error)) 348if (TraceImpl.ShouldTrace(PlatformTraceLevel.Error)) 362if (TraceImpl.ShouldTrace(PlatformTraceLevel.Warning)) 424if (TraceImpl.ShouldTrace(PlatformTraceLevel.Warning)) 485if (TraceImpl.ShouldTrace(PlatformTraceLevel.Info)) 547if (TraceImpl.ShouldTrace(PlatformTraceLevel.Info)) 608if (TraceImpl.ShouldTrace(PlatformTraceLevel.Verbose)) 670if (TraceImpl.ShouldTrace(PlatformTraceLevel.Verbose))