Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 937 Bytes

developing-a-provider.md

File metadata and controls

20 lines (14 loc) · 937 Bytes
title description ms.assetid ms.topic ms.date
Developing a Provider
To write the events that you define in your manifest, you use the functions included in the Event Tracing (ETW) API. For details on writing a provider, see Providing Events.
23de19c4-5f8d-4faa-acd9-fe6208ca17a9
article
05/31/2018

Developing a Provider

To write the events that you define in your manifest, you use the functions included in the Event Tracing (ETW) API. For details on writing a provider, see Providing Events.

After writing the provider, use the WevtUtil.exe tool to register the provider and schema. For details on using WevtUtil, see Windows Event Log Tools. The following shows how to use WevtUtil to register a provider and to remove the registration.

wevtutil im provider.man

wevtutil um provider.man