You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
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());