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.
ETW provides a way to group related events from more than one component. For example, if several components (either on the same computer or on different computers) are involved in processing the same data, and each component logs events for their portion of the activity, you can group all of the related events together. This will allow a consumer to consume all of the events, from the beginning of the process to the end of the process.
To write related events in a manifest-based provider, see Writing Related Events in a Manifest-based Provider.
To write related events in a classic provider, see Writing Related Events in a Classic Provider.