Open goldshtn opened 7 years ago
Need to find a reasonable format for specifying the provider name, keywords, and level on the command line. Otherwise, it's just calling EnableProvider with TraceEventOptions.Stacks.
EnableProvider
TraceEventOptions.Stacks
This should also support EventSource events.
EventSource
Need to find a reasonable format for specifying the provider name, keywords, and level on the command line. Otherwise, it's just calling
EnableProvider
withTraceEventOptions.Stacks
.