From 9e8a0e59ee727b3d3ad7b3fa53c67b735436e592 Mon Sep 17 00:00:00 2001 From: Kirill Osenkov Date: Wed, 26 Oct 2016 17:53:09 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8be23e95..ddcc3e35 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,14 @@ https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Log-Format * Delete to hide nodes from the tree (to get uninteresting stuff out of the way) * Open and save log files (ask a friend to record and send you the log which you can then investigate on your machine) +## Investigating problems with MSBuildStructuredLog + +Open an issue if you're running into something weird and I can take a look into it. If MSBuildStructuredLog crashes during the build, it will attempt to write the exception call stack to: + +``` +%localappdata%\Microsoft\MSBuildStructuredLog\LoggerExceptions.txt +``` + ## MSBuild Resources * [https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/MSBuild-Resources](https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/MSBuild-Resources) * [https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/MSBuild-Tips-&-Tricks](https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/MSBuild-Tips-&-Tricks)