diff options
author | Rama <ramarag@microsoft.com> | 2015-12-21 19:26:52 -0800 |
---|---|---|
committer | Rama <ramarag@microsoft.com> | 2015-12-28 15:41:59 -0800 |
commit | f1f40524c17035247666ca7f04e9dd41c5d1c172 (patch) | |
tree | 098d7521298cc8302e82e3958f867a0b62906397 /Documentation/README.md | |
parent | 4be02beac6b35dc675956c55ed0ab7b947fd5c4f (diff) | |
download | coreclr-f1f40524c17035247666ca7f04e9dd41c5d1c172.tar.gz coreclr-f1f40524c17035247666ca7f04e9dd41c5d1c172.tar.bz2 coreclr-f1f40524c17035247666ca7f04e9dd41c5d1c172.zip |
Automating Event Logging Infrastructure: With this change the infrastructure required for Event Logging
will be generated as part of build
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index 384dd1f446..b207477471 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -38,6 +38,7 @@ Coding Guidelines - [CLR Coding Guide](coding-guidelines/clr-code-guide.md) - [CLR JIT Coding Conventions](coding-guidelines/clr-jit-coding-conventions.md) - [Cross Platform Performance and Eventing Design](coding-guidelines/cross-platform-performance-and-eventing.md) +- [Adding New Events to the VM](coding-guidelines/EventLogging.md) Build CoreCLR from Source ========================= |