Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Tracing

bwmodular edited this page Feb 23, 2017 · 1 revision

When a faked Context is created, it instantiates a fake tracing service.

Any calls to the tracing service made in your plugins or workflows, the string value of the trace will be appended to the fake tracing service's trace property.

If you want to read the trace, you can call the DumpTrace() method on the fake tracing service, like this: Console.WriteLine(FakeContext.GetFakeTracingService().DumpTrace());

Clone this wiki locally