Update etwlogs.md (#1942)

This commit is contained in:
scjane 2017-02-24 06:25:22 +08:00 committed by John Mulhausen
parent 71ccca95b9
commit 16f87ee78f
1 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,6 @@ Here is an example event message:
A client can parse this message string to get both the log message, as well as its A client can parse this message string to get both the log message, as well as its
context information. Note that the time stamp is also available within the ETW event. context information. Note that the time stamp is also available within the ETW event.
**Note** This ETW provider emits only a message string, and not a specially > **Note:** This ETW provider emits only a message string, and not a specially
structured ETW event. Therefore, it is not required to register a manifest file > structured ETW event. Therefore, it is not required to register a manifest file
with the system to read and interpret its ETW events. > with the system to read and interpret its ETW events.