DataConnectors icon indicating copy to clipboard operation
DataConnectors copied to clipboard

Diagnostics.Trace not working in VS 2017 15.8.1

Open MedAnd opened this issue 6 years ago • 0 comments

Using the recommended approach of tracing within a custom data connector project:

Diagnostics.Trace(TraceLevel.Information, "Uri: ", ()=> uri, true)

image

however running within the test harness console and VS 2017, Diagnostics.Trace is not working.

MedAnd avatar Aug 23 '18 23:08 MedAnd