Why my ETW provider is now showing up in logman? #112768
Labels
area-Tracing-coreclr
needs-author-action
An issue or pull request that requires more info or actions from the author.
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
I'm trying to log events using System.Diagnostics.Tracing.EventSource APIs but for some reason my provider is now showing up when I query list of providers using following logman command.
logman query providers
I was going through the following ETW documentation which says that "A provider must register with ETW " but could find a way to register my provider with ETW in .NET 8.0. Any suggestions?
Here is my sample code:
using System.Diagnostics.Tracing;
The text was updated successfully, but these errors were encountered: