Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.06 KB

writing-related-events-in-an-end-to-end-scenario.md

File metadata and controls

22 lines (13 loc) · 1.06 KB
description ms.assetid title ms.topic ms.date
ETW provides a way to group related events from more than one component.
2a85e4af-a1fe-4c28-8ce2-14d15deaa820
Writing Related Events in an End-to-End Scenario
article
05/31/2018

Writing Related Events in an End-to-End Scenario

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.