summaryrefslogtreecommitdiff
path: root/Documentation/coding-guidelines/EventLogging.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/coding-guidelines/EventLogging.md')
-rw-r--r--Documentation/coding-guidelines/EventLogging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/coding-guidelines/EventLogging.md b/Documentation/coding-guidelines/EventLogging.md
index a53d6e9844..8ba84d7001 100644
--- a/Documentation/coding-guidelines/EventLogging.md
+++ b/Documentation/coding-guidelines/EventLogging.md
@@ -1,6 +1,6 @@
# CoreClr Event Logging Design
-##Introduction
+## Introduction
Event Logging is a mechanism by which CoreClr can provide a variety of information on it's state. This Logging works by inserting explicit logging calls by the developer within the VM . The Event Logging mechanism is largely based on [ETW- Event Tracing For Windows](https://msdn.microsoft.com/en-us/library/windows/desktop/bb968803(v=vs.85).aspx)