Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
TraceLogging provides the following functions that allow you to work with Event Tracing for Windows (ETW) providers:
- TraceLoggingProviderEnabled returns true if any consumer is listening for events from a TraceLogging provider.
- TraceLoggingProviderId returns the provider ID (aka control GUID) of a TraceLogging provider.
- TraceLoggingRegister opens a TraceLogging provider.
- TraceLoggingRegisterEx opens a TraceLogging provider with a callback.
- TraceLoggingSetInformation configures extra settings on a TraceLogging provider.
- TraceLoggingUnregister closes a TraceLogging provider.