Exposes AutoRest Generated Libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to Microsoft.Rest event source. Requires .NET Framework 4.5 or newer.
- Register the logger by having this line called at the start of the application
ServiceClientInterceptor.AddTracingInterceptor(new EtwTracingInterceptor());
- Use a tool such as PerfView to capture events under the
Microsoft.Rest
provider.