From 16f87ee78f8cb7877bfc042d4987925252281fb0 Mon Sep 17 00:00:00 2001 From: scjane Date: Fri, 24 Feb 2017 06:25:22 +0800 Subject: [PATCH] Update etwlogs.md (#1942) --- engine/admin/logging/etwlogs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/admin/logging/etwlogs.md b/engine/admin/logging/etwlogs.md index 2f53c5c152..af79e0e924 100644 --- a/engine/admin/logging/etwlogs.md +++ b/engine/admin/logging/etwlogs.md @@ -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 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 -structured ETW event. Therefore, it is not required to register a manifest file -with the system to read and interpret its ETW events. +> **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 +> with the system to read and interpret its ETW events.