TraceLogging Functions
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.