Skip to content

Commit 216fa6d

Browse files
committed
Update publishing-your-event-schema-for-a-manifest-base-provider.md to make events appear in Event Viewer
The sample provider is currently hard to test, since events doesn't show up in Event Viewer. Therefore, proposing to map the events to the in-built "Application" channel, so that it shows up in the Event Viewer "Application" folder.
1 parent 6048fa7 commit 216fa6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

desktop-src/ETW/publishing-your-event-schema-for-a-manifest-base-provider.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,15 @@ The following manifest defines the events that are used in examples in the [Prov
9797
<event value="1"
9898
level="win:Informational"
9999
template="TransferTemplate"
100+
channel="Application"
100101
symbol="TransferEvent"
101102
message ="$(string.Event.WhenToTransfer)"
102103
keywords="Read Local" />
103104
</events>
104105

105-
106+
<channels>
107+
<importChannel name="Application" chid="Application"/>
108+
</channels>
106109
</provider>
107110

108111
</events>

0 commit comments

Comments
 (0)